Home
last modified time | relevance | path

Searched defs:action (Results 1 – 18 of 18) 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 in traceviewer.ui.builders.MenuItem
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/invoker/logger/
DCurrentInvocation.java143 public static void setActionInProgress(ActionInProgress action) { in setActionInProgress()
171 ActionInProgress action = getActionInProgress(); in createFailure() local
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/
DFailureDescription.java68 public FailureDescription setActionInProgress(ActionInProgress action) { in setActionInProgress()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DAoaTargetPreparer.java182 Action action = ACTIONS.retrieve(args, input); in execute() local
/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/openhst/
Dstress_test.proto147 repeated string action = 3; field
/tools/test/connectivity/acts/framework/acts/test_utils/bt/pts/
Dpts_base_class.py170 def process_next_action(self, action): argument
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessEventHelper.java159 ActionInProgress action = ActionInProgress.UNSET; in TestRunFailedEventInfo() local
299 ActionInProgress action = ActionInProgress.UNSET; in InvocationFailedEventInfo() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java632 ScreenshotAction action = new ScreenshotAction(); in getScreenshot() local
1076 DumpPkgAction action = new DumpPkgAction(); in getUninstallablePackageNames() local
1094 DumpPkgAction action = new DumpPkgAction(); in getAppPackageInfo() local
1102 DumpPkgAction action = new DumpPkgAction(); in getAppPackageInfos() local
DNativeDevice.java719 DeviceAction action = new DeviceAction() { in executeShellCommand() local
738 DeviceAction action = new DeviceAction() { in executeShellCommand() local
760 DeviceAction action = in executeShellCommand() local
1772 FileQueryAction action = new FileQueryAction(remoteFileEntry, in getFileChildren() local
2070 protected boolean performDeviceAction(String actionDescription, final DeviceAction action, in performDeviceAction()
/tools/test/connectivity/acts/framework/acts/controllers/
Dfuchsia_device.py669 def control_daemon(self, process_name, action): argument
Dbluetooth_pts_device.py760 def next_action(self, action): argument
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java169 private String[] buildFastbootCommand(String action, boolean skipReboot, String... args) { in buildFastbootCommand()
/tools/acloud/internal/lib/
Dgcompute_client.py999 def _BatchExecuteOnInstances(self, instances, zone, action): argument
/tools/metalava/src/main/java/com/android/tools/metalava/
DApiLint.kt3119 val action = when (item) { in <lambda>() constant
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475a.py563 def ims_cscf_call_action(self, virtual_network_id, action): argument