@Implements(value=android.accessibilityservice.AccessibilityService.class) public class ShadowAccessibilityService extends ShadowService
Shadow of AccessibilityService that saves global actions to a list.
| Constructor and Description |
|---|
ShadowAccessibilityService() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Integer> |
getGlobalActionsPerformed() |
protected boolean |
performGlobalAction(int action) |
getLastForegroundNotification, getLastForegroundNotificationId, getNotificationShouldRemoved, getStopSelfId, getStopSelfResultId, isForegroundStopped, isStoppedBySelf, onDestroy, startForeground, stopForeground, stopSelf, stopSelf, stopSelfResultclearNextStartedActivities, clearStartedServices, denyPermissions, denyPermissions, getBroadcastIntents, getNextStartedActivity, getNextStartedService, getNextStoppedService, grantPermissions, grantPermissions, peekNextStartedActivity, peekNextStartedService, removeSystemService@Implementation protected final boolean performGlobalAction(int action)
public java.util.List<java.lang.Integer> getGlobalActionsPerformed()