Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/jank/test/src/com/android/helpers/
DJankCollectionHelperTest.java415 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/
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.java147 private static void dumpCommandAndOutput(String cmd, OutputStream out) throws IOException { in dumpCommandAndOutput()
152 public static void dumpCommandOutput(String cmd, File out) { in dumpCommandOutput()
159 private static void dumpCommandOutput(String cmd, OutputStream out) throws IOException { in dumpCommandOutput()
/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/health/rules/tests/src/android/platform/test/rule/
DRemoveAppFromStackRuleTest.java95 protected String executeShellCommand(String cmd) { in executeShellCommand()
DFinishActivitiesWithoutProcessKillRuleTest.java96 protected String executeShellCommand(String cmd) { in executeShellCommand()
DDropCachesRuleTest.java87 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/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
DBugReportDurationHelper.java289 String cmd = String.format(UNZIP_EXTRACT_CMD, archivePath.toString(), entry); in extractAndFilterBugReport() local
331 String cmd = String.format(UNZIP_EXTRACT_CMD, archivePath.toString(), entry); in extractAndFilterDumpstateBoard() local
369 String cmd = String.format(UNZIP_CONTENTS_CMD, archivePath.toString()); in dumpBugReportEntries() local
/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/
DHelperTestUtility.java61 public static String executeShellCommand(String cmd) { in executeShellCommand()
/platform_testing/utils/wifistrengthscanner/src/com/android/test/util/wifistrengthscanner/
DWifiStrengthScannerInstrumentation.java169 private String executeCommand(String cmd) throws IOException, InterruptedException { in executeCommand()
/platform_testing/libraries/automotive-helpers/hardkeys-app-helper/src/android/platform/helpers/
DVehicleHardKeysHelperImpl.java178 String cmd = "dumpsys car_service"; in getCurrentVolumeLevel() local
/platform_testing/tests/jank/uibench_wear/src/com/android/wearable/uibench/janktests/
DUiBenchJankTestsHelper.java157 String cmd = null; in enableKeyboardIME() local
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingHelperImpl.java357 String cmd = String.format("settings get system %s", setting); in getValue() local
365 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/
DLyricMemProfilerHelperTest.java164 String cmd = (String) inv.getArguments()[0]; in setUp() local
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/
DGcaEventLogCollector.java172 String cmd = in copyEventLogToSharedStorage() local
/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/
DDumpsysMeminfoHelper.java118 final String cmd = String.format(DUMPSYS_MEMINFO_CMD, processName); in getRawDumpsysMeminfo() local