/platform_testing/libraries/automotive-helpers/hardkeys-app-helper/src/android/platform/helpers/ |
D | VehicleHardKeysHelperImpl.java | 87 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/ |
D | adb_handler.py | 26 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
|
D | android_device.py | 31 def executeShellCommand(self, cmd): argument 55 def __init__(self, cmd, message): argument
|
/platform_testing/libraries/collectors-helper/jank/test/src/com/android/helpers/ |
D | JankCollectionHelperTest.java | 399 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/ |
D | CommandUtil.java | 39 public static CommandResult runAndCheck(ITestDevice device, String cmd) in runAndCheck() 52 public static CommandResult runAndCheck(ITestDevice device, String cmd, int retries) in runAndCheck()
|
D | RootcanalUtils.java | 208 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()
|
D | FridaUtils.java | 166 List<String> cmd = in withFridaScript() local
|
/platform_testing/libraries/health/rules/src/android/platform/test/rule/ |
D | ArtifactSaver.java | 138 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/ |
D | DropCachesRuleTest.java | 73 protected String executeShellCommand(String cmd) { in executeShellCommand()
|
D | FinishActivitiesWithoutProcessKillRuleTest.java | 96 protected String executeShellCommand(String cmd) { in executeShellCommand()
|
D | RemoveAppFromStackRuleTest.java | 95 protected String executeShellCommand(String cmd) { in executeShellCommand()
|
D | KillAppsRuleTest.java | 114 protected String executeShellCommand(String cmd) { in executeShellCommand()
|
D | CompilationFilterRuleTest.java | 245 protected String executeShellCommand(String cmd) { in executeShellCommand()
|
/platform_testing/libraries/collectors-helper/memory/test/src/com/android/helpers/tests/ |
D | GarbageCollectionHelperTest.java | 53 String cmd = (String) inv.getArguments()[0]; in setUp() local
|
/platform_testing/libraries/collectors-helper/system/src/com/android/helpers/ |
D | TimeInStateHelper.java | 65 String cmd = String.format(CHECK_FILE_EXIST_CMD, source); in setUp() local 132 String cmd = String.format(READ_FILE_CMD, source); in readFreqStats() local
|
D | DumpsysServiceHelper.java | 88 final String cmd = String.format(DUMPSYS_CMD, serviceName); in runDumpsysCmd() local
|
/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/ |
D | HelperTestUtility.java | 61 public static String executeShellCommand(String cmd) { in executeShellCommand()
|
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/ |
D | SettingHelperImpl.java | 83 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/ |
D | WifiStrengthScannerInstrumentation.java | 169 private String executeCommand(String cmd) throws IOException, InterruptedException { in executeCommand()
|
/platform_testing/tests/jank/uibench_wear/src/com/android/wearable/uibench/janktests/ |
D | UiBenchJankTestsHelper.java | 157 String cmd = null; in enableKeyboardIME() local
|
/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/ |
D | DumpsysMeminfoHelper.java | 100 final String cmd = String.format(DUMPSYS_MEMINFO_CMD, processName); in getRawDumpsysMeminfo() local
|
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/ |
D | GcaEventLogCollector.java | 172 String cmd = in copyEventLogToSharedStorage() local
|
/platform_testing/libraries/collectors-helper/lyric/test/src/com/android/helpers/ |
D | LyricMemProfilerHelperTest.java | 164 String cmd = (String) inv.getArguments()[0]; in setUp() local
|