Home
last modified time | relevance | path

Searched refs:Action (Results 1 – 3 of 3) sorted by relevance

/platform_testing/utils/permissions/src/com/android/permissionutils/
DPermissionInstrumentation.java42 private static enum Action {DUMP, GRANTALL}; enum in PermissionInstrumentation
52 runCommand(Action.DUMP); in onCreate()
54 runCommand(Action.GRANTALL); in onCreate()
62 private void runCommand(Action action) { in runCommand()
85 if (action == Action.DUMP) { in runCommand()
87 } else if (action == Action.GRANTALL) { in runCommand()
92 if (action == Action.DUMP && !permissions.isEmpty()) { in runCommand()
/platform_testing/tests/androidbvt/src/com/android/androidbvt/
DSysUINotificationShadeTests.java235 Notification.Action action = new Notification.Action.Builder( in sendNotificationsWithInLineReply()
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationHelper.java321 Notification.Action action = new Notification.Action.Builder( in sendNotificationsWithInLineReply()