Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/hardkeys-app-helper/src/android/platform/helpers/
DVehicleHardKeysHelperImpl.java87 String cmd = executeShellCommand("input keyevent KEYCODE_ENDCALL"); in pressEndCallKey() local
92 String cmd = executeShellCommand("input keyevent KEYCODE_MEDIA_NEXT"); in pressMediaNextTrackKey() local
97 String cmd = executeShellCommand("input keyevent KEYCODE_MEDIA_PREVIOUS"); in pressMediaPreviousTrackKey() local
102 String cmd = executeShellCommand("input keyevent KEYCODE_VOLUME_UP"); in tuneVolumeUpKey() local
107 String cmd = executeShellCommand("input keyevent KEYCODE_VOLUME_DOWN"); in tuneVolumeDownKey() local
112 String cmd = executeShellCommand("input keyevent KEYCODE_BRIGHTNESS_UP"); in pressBrightnessUpKey() local
117 String cmd = executeShellCommand("input keyevent KEYCODE_BRIGHTNESS_DOWN"); in pressBrightnessDownKey() local
127 String cmd = executeShellCommand("input keyevent KEYCODE_VOLUME_MUTE"); in tuneMuteKey() local
172 String cmd = "dumpsys car_service"; in getCurrentVolumeLevel() 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/collectors-helper/jank/test/src/com/android/helpers/
DJankCollectionHelperTest.java399 String cmd = String.format(GFXINFO_COMMAND_RESET, "pkg1"); in testCollect_delayExceptions_onReset() local
427 String cmd = String.format(GFXINFO_COMMAND_GET, "pkg1"); in testCollect_delayExceptions_onGet() local
458 String cmd = String.format(JankCollectionHelper.GFXINFO_COMMAND_RESET, ""); in testFailures_cannotClear() local
471 String cmd = String.format(JankCollectionHelper.GFXINFO_COMMAND_RESET, ""); in testFailures_ioFailure() local
516 String cmd = String.format(GFXINFO_COMMAND_RESET, pkg.isEmpty() ? "--" : pkg); in mockResetCommand() local
521 String cmd = String.format(GFXINFO_COMMAND_GET, pkg); in mockGetCommand() local
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DCommandUtil.java39 public static CommandResult runAndCheck(ITestDevice device, String cmd) in runAndCheck()
52 public static CommandResult runAndCheck(ITestDevice device, String cmd, int retries) in runAndCheck()
DRootcanalUtils.java208 List<String> cmd = in enableRootcanal() local
352 ByteBuffer cmd = ByteBuffer.allocate(4 + params.length).order(ByteOrder.LITTLE_ENDIAN); in sendHciCmd() local
464 public String sendTestChannelCommand(String cmd, String... args) in sendTestChannelCommand()
DFridaUtils.java166 List<String> cmd = in withFridaScript() local
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DArtifactSaver.java138 private static void dumpCommandAndOutput(String cmd, OutputStream out) throws IOException { in dumpCommandAndOutput()
143 public static void dumpCommandOutput(String cmd, File out) { in dumpCommandOutput()
150 private static void dumpCommandOutput(String cmd, OutputStream out) throws IOException { in dumpCommandOutput()
/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()
DCompilationFilterRuleTest.java245 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/
DTimeInStateHelper.java65 String cmd = String.format(CHECK_FILE_EXIST_CMD, source); in setUp() local
132 String cmd = String.format(READ_FILE_CMD, source); in readFreqStats() local
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.java83 String cmd = in stopSettingsApplication() local
433 String cmd = String.format("settings get system %s", setting); in getValue() local
441 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
/platform_testing/libraries/collectors-helper/lyric/test/src/com/android/helpers/
DLyricMemProfilerHelperTest.java164 String cmd = (String) inv.getArguments()[0]; in setUp() local