Searched defs:action (Results 1 – 6 of 6) sorted by relevance
67 String action = ""; in testBackgroundActionComplete() local90 String action = ""; in testBackgroundAction_shellException() local122 String action = ""; in testwaitForDeviceRecovery_online() local146 String action = ""; in testwaitForDeviceRecovery_blockOffline() local
77 final String action = intent.getAction(); in onHandleIntent() local
339 ScreenshotAction action = new ScreenshotAction(); in getScreenshot() local
607 DeviceAction action = new DeviceAction() { in executeShellCommand() local626 DeviceAction action = new DeviceAction() { in executeShellCommand() local648 DeviceAction action = in executeShellCommand() local1510 FileQueryAction action = new FileQueryAction(remoteFileEntry, in getFileChildren() local1798 protected boolean performDeviceAction(String actionDescription, final DeviceAction action, in performDeviceAction()
159 private String[] buildFastbootCommand(String action, String... args) { in buildFastbootCommand()
586 def _BatchExecuteOnInstances(self, instances, zone, action): argument