Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 18 of 18) sorted by relevance

/platform_testing/libraries/automotive-helpers/hardkeys-app-helper/src/android/platform/helpers/
DVehicleHardKeysHelperImpl.java84 String cmd = executeShellCommand("input keyevent KEYCODE_ENDCALL"); in pressEndCallKey() local
89 String cmd = executeShellCommand("input keyevent KEYCODE_MEDIA_NEXT"); in pressMediaNextTrackKey() local
94 String cmd = executeShellCommand("input keyevent KEYCODE_MEDIA_PREVIOUS"); in pressMediaPreviousTrackKey() local
99 String cmd = executeShellCommand("input keyevent KEYCODE_VOLUME_UP"); in tuneVolumeUpKey() local
104 String cmd = executeShellCommand("input keyevent KEYCODE_VOLUME_DOWN"); in tuneVolumeDownKey() local
109 String cmd = executeShellCommand("input keyevent KEYCODE_BRIGHTNESS_UP"); in pressBrightnessUpKey() local
114 String cmd = executeShellCommand("input keyevent KEYCODE_BRIGHTNESS_DOWN"); in pressBrightnessDownKey() local
124 String cmd = executeShellCommand("input keyevent KEYCODE_VOLUME_MUTE"); in tuneMuteKey() local
169 String cmd = "dumpsys car_service"; in getCurrentVolumeLevel() local
/platform_testing/libraries/collectors-helper/jank/test/src/com/android/helpers/
DJankCollectionHelperTest.java314 String cmd = String.format(GFXINFO_COMMAND_RESET, "pkg1"); in testCollect_delayExceptions_onReset() local
342 String cmd = String.format(GFXINFO_COMMAND_GET, "pkg1"); in testCollect_delayExceptions_onGet() local
373 String cmd = String.format(JankCollectionHelper.GFXINFO_COMMAND_RESET, ""); in testFailures_cannotClear() local
386 String cmd = String.format(JankCollectionHelper.GFXINFO_COMMAND_RESET, ""); in testFailures_ioFailure() local
431 String cmd = String.format(GFXINFO_COMMAND_RESET, pkg.isEmpty() ? "--" : pkg); in mockResetCommand() local
436 String cmd = String.format(GFXINFO_COMMAND_GET, pkg); in mockGetCommand() local
/platform_testing/libraries/tradefed-python-lib/tradefed_py/
Dadb_handler.py26 def exec_adb_command(self, cmd): argument
36 def exec_shell_command(self, cmd): argument
49 def __init__(self, cmd, stdout, stderr, ret_code): argument
Dandroid_device.py31 def executeShellCommand(self, cmd): argument
55 def __init__(self, cmd, message): argument
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DDropCachesRuleTest.java73 protected String executeShellCommand(String cmd) { in executeShellCommand()
DFinishActivitiesWithoutProcessKillRuleTest.java96 protected String executeShellCommand(String cmd) { in executeShellCommand()
DRemoveAppFromStackRuleTest.java95 protected String executeShellCommand(String cmd) { in executeShellCommand()
DKillAppsRuleTest.java114 protected String executeShellCommand(String cmd) { in executeShellCommand()
DIorapCompilationRuleTest.java173 protected String executeShellCommand(String cmd) { in executeShellCommand()
DCompilationFilterRuleTest.java169 protected String executeShellCommand(String cmd) { in executeShellCommand()
/platform_testing/libraries/collectors-helper/memory/test/src/com/android/helpers/tests/
DGarbageCollectionHelperTest.java53 String cmd = (String) inv.getArguments()[0]; in setUp() local
/platform_testing/libraries/collectors-helper/system/src/com/android/helpers/
DDumpsysServiceHelper.java88 final String cmd = String.format(DUMPSYS_CMD, serviceName); in runDumpsysCmd() local
/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/
DHelperTestUtility.java61 public static String executeShellCommand(String cmd) { in executeShellCommand()
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingHelperImpl.java70 String cmd = in stopSettingsApplication() local
403 String cmd = String.format("settings get system %s", setting); in getValue() local
411 String cmd = String.format("settings put system %s %d", setting, value); in setValue() local
/platform_testing/utils/wifistrengthscanner/src/com/android/test/util/wifistrengthscanner/
DWifiStrengthScannerInstrumentation.java169 private String executeCommand(String cmd) throws IOException, InterruptedException { in executeCommand()
/platform_testing/tests/jank/uibench_wear/src/com/android/wearable/uibench/janktests/
DUiBenchJankTestsHelper.java157 String cmd = null; in enableKeyboardIME() local
/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/
DDumpsysMeminfoHelper.java100 final String cmd = String.format(DUMPSYS_MEMINFO_CMD, processName); in getRawDumpsysMeminfo() local
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/
DGcaEventLogCollector.java172 String cmd = in copyEventLogToSharedStorage() local