Searched refs:Action (Results 1 – 3 of 3) sorted by relevance
42 private static enum Action {DUMP, GRANTALL}; enum in PermissionInstrumentation52 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()
235 Notification.Action action = new Notification.Action.Builder( in sendNotificationsWithInLineReply()
321 Notification.Action action = new Notification.Action.Builder( in sendNotificationsWithInLineReply()