/platform_testing/libraries/collectors-helper/jank/test/src/com/android/helpers/ |
D | JankCollectionHelperTest.java | 415 String cmd = String.format(GFXINFO_COMMAND_RESET, "pkg1"); in testCollect_delayExceptions_onReset() local 443 String cmd = String.format(GFXINFO_COMMAND_GET, "pkg1"); in testCollect_withFailures_stillReportsSuccessfulPackages() local 471 String cmd = String.format(JankCollectionHelper.GFXINFO_COMMAND_RESET, ""); in testFailures_cannotClear() local 484 String cmd = String.format(JankCollectionHelper.GFXINFO_COMMAND_RESET, ""); in testFailures_ioFailure() local 525 String cmd = String.format(GFXINFO_COMMAND_RESET, pkg.isEmpty() ? "--" : pkg); in mockResetCommand() local 530 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/host_runners/utils/src/com/android/runner/utils/ |
D | NohupCommandHelper.java | 43 public static void executeAdbNohupCommand(ITestDevice device, String cmd, int timeout) in executeAdbNohupCommand() 97 public static void executeAdbNohupCommand(ITestDevice device, String cmd) in executeAdbNohupCommand()
|
/platform_testing/libraries/health/rules/src/android/platform/test/rule/ |
D | ArtifactSaver.java | 155 private static void dumpCommandAndOutput(String cmd, OutputStream out) throws IOException { in dumpCommandAndOutput() 160 public static void dumpCommandOutput(String cmd, File out) { in dumpCommandOutput() 167 private static void dumpCommandOutput(String cmd, OutputStream out) throws IOException { in dumpCommandOutput()
|
D | DittoBenchRule.java | 41 String cmd = mDittoBenchPath + " " + mDittoConfigPath + " --log=logcat &"; in starting() local
|
/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
|
D | BugReportDurationHelper.java | 299 String cmd = String.format(UNZIP_EXTRACT_CMD, archivePath.toString(), entry); in extractAndFilterBugReport() local 344 String cmd = String.format(UNZIP_EXTRACT_CMD, archivePath.toString(), entry); in extractAndFilterDumpstateBoard() local 382 String cmd = String.format(UNZIP_CONTENTS_CMD, archivePath.toString()); in dumpBugReportEntries() local
|
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/ |
D | DropCachesRuleTest.java | 87 protected String executeShellCommand(String cmd) { in executeShellCommand()
|
D | RemoveAppFromStackRuleTest.java | 95 protected String executeShellCommand(String cmd) { in executeShellCommand()
|
D | FinishActivitiesWithoutProcessKillRuleTest.java | 96 protected String executeShellCommand(String cmd) { in executeShellCommand()
|
D | KillAppsRuleTest.java | 149 protected String executeShellCommand(String cmd) { in executeShellCommand()
|
D | CompilationFilterRuleTest.java | 298 protected String executeShellCommand(String cmd) { in executeShellCommand()
|
/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/hardkeys-app-helper/src/android/platform/helpers/ |
D | VehicleHardKeysHelperImpl.java | 177 String cmd = "dumpsys car_service"; in getCurrentVolumeLevel() 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/automotive-helpers/settings-app-helper/src/android/platform/helpers/ |
D | SettingHelperImpl.java | 352 String cmd = String.format("settings get system %s", setting); in getValue() local 360 String cmd = String.format(Locale.US, "settings put system %s %d", setting, value); in setValue() 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
|
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/ghidra/ |
D | GhidraScriptRunner.java | 186 List<String> cmd = in runWithTimeout() 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/memory/src/com/android/helpers/ |
D | DumpsysMeminfoHelper.java | 118 final String cmd = String.format(DUMPSYS_MEMINFO_CMD, processName); in getRawDumpsysMeminfo() local
|