Home
last modified time | relevance | path

Searched defs:action (Results 1 – 12 of 12) 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/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/builders/
DMenu.kt61 fun action(listener: (ActionEvent) -> Unit) { in action() method
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DAoaTargetPreparer.java193 Action action = ACTIONS.retrieve(args, input); in execute() local
DFastbootDeviceFlasher.java167 private String[] buildFastbootCommand(String action, String... args) { in buildFastbootCommand()
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/queries/
DSliceQueries.kt210 val action = visitor.beginSlice(it) in traverseSlices() constant
/tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/
DWifiMonitorService.java73 final String action = intent.getAction(); in onHandleIntent() local
/tools/test/connectivity/acts/framework/acts/controllers/
Dfuchsia_device.py297 def control_sl4f(self, action): argument
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java553 ScreenshotAction action = new ScreenshotAction(); in getScreenshot() local
979 DumpPkgAction action = new DumpPkgAction(); in getUninstallablePackageNames() local
997 DumpPkgAction action = new DumpPkgAction(); in getAppPackageInfo() local
DNativeDevice.java651 DeviceAction action = new DeviceAction() { in executeShellCommand() local
670 DeviceAction action = new DeviceAction() { in executeShellCommand() local
692 DeviceAction action = in executeShellCommand() local
1685 FileQueryAction action = new FileQueryAction(remoteFileEntry, in getFileChildren() local
1977 protected boolean performDeviceAction(String actionDescription, final DeviceAction action, in performDeviceAction()
/tools/acloud/internal/lib/
Dgcompute_client.py861 def _BatchExecuteOnInstances(self, instances, zone, action): argument
/tools/metalava/src/main/java/com/android/tools/metalava/
DApiLint.kt2890 val action = when (item) { in <lambda>() constant
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475a.py510 def ims_cscf_call_action(self, virtual_network_id, action): argument