Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/jank/test/src/com/android/helpers/
DJankCollectionHelperTest.java295 String cmd = String.format(GFXINFO_COMMAND_RESET, "pkg1"); in testCollect_delayExceptions_onReset() local
323 String cmd = String.format(GFXINFO_COMMAND_GET, "pkg1"); in testCollect_delayExceptions_onGet() local
354 String cmd = String.format(JankCollectionHelper.GFXINFO_COMMAND_RESET, ""); in testFailures_cannotClear() local
367 String cmd = String.format(JankCollectionHelper.GFXINFO_COMMAND_RESET, ""); in testFailures_ioFailure() local
412 String cmd = String.format(GFXINFO_COMMAND_RESET, pkg.isEmpty() ? "--" : pkg); in mockResetCommand() local
417 String cmd = String.format(GFXINFO_COMMAND_GET, pkg); in mockGetCommand() local
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DTestWatcher.java51 protected String executeShellCommand(String cmd) { in executeShellCommand()
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DDropCachesRuleTest.java73 protected String executeShellCommand(String cmd) { in executeShellCommand()
DKillAppsRuleTest.java114 protected String executeShellCommand(String cmd) { in executeShellCommand()
DCompilationFilterRuleTest.java136 protected String executeShellCommand(String cmd) { in executeShellCommand()
DIorapCompilationRuleTest.java173 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/statsd/test/src/com/android/helpers/
DHelperTestUtility.java59 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/tests/jank/uibench_wear/src/com/android/wearable/uibench/janktests/
DUiBenchJankTestsHelper.java157 String cmd = null; in enableKeyboardIME() local
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DAutoLauncherStrategy.java209 String cmd = "cmd statusbar expand-notifications"; in openNotifications() local
216 String cmd = "input keyevent KEYCODE_HOME"; in pressHome() local