Home
last modified time | relevance | path

Searched defs:action (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DBackgroundDeviceActionTest.java67 String action = ""; in testBackgroundActionComplete() local
90 String action = ""; in testBackgroundAction_shellException() local
122 String action = ""; in testwaitForDeviceRecovery_online() local
146 String action = ""; in testwaitForDeviceRecovery_blockOffline() local
/tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/
DWifiMonitorService.java77 final String action = intent.getAction(); in onHandleIntent() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java339 ScreenshotAction action = new ScreenshotAction(); in getScreenshot() local
DNativeDevice.java607 DeviceAction action = new DeviceAction() { in executeShellCommand() local
626 DeviceAction action = new DeviceAction() { in executeShellCommand() local
648 DeviceAction action = in executeShellCommand() local
1510 FileQueryAction action = new FileQueryAction(remoteFileEntry, in getFileChildren() local
1798 protected boolean performDeviceAction(String actionDescription, final DeviceAction action, in performDeviceAction()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java159 private String[] buildFastbootCommand(String action, String... args) { in buildFastbootCommand()
/tools/acloud/internal/lib/
Dgcompute_client.py586 def _BatchExecuteOnInstances(self, instances, zone, action): argument