@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, isForegroundStopped, isStoppedBySelf, onDestroy, startForeground, stopForeground, stopSelf, stopSelf, stopSelfResult
clearNextStartedActivities, clearStartedServices, denyPermissions, getBroadcastIntents, getNextStartedActivity, getNextStartedService, getNextStoppedService, grantPermissions, peekNextStartedActivity, peekNextStartedService, removeSystemService
@Implementation protected final boolean performGlobalAction(int action)
public java.util.List<java.lang.Integer> getGlobalActionsPerformed()