Home
last modified time | relevance | path

Searched defs:executeShellCommand (Results 1 – 10 of 10) sorted by relevance

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DTestWatcher.java51 protected String executeShellCommand(String cmd) { in executeShellCommand() method in TestWatcher
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DDropCachesRuleTest.java73 protected String executeShellCommand(String cmd) { in executeShellCommand() method in DropCachesRuleTest.TestableDropCachesRule
DKillAppsRuleTest.java114 protected String executeShellCommand(String cmd) { in executeShellCommand() method in KillAppsRuleTest.TestableKillAppsRule
DCompilationFilterRuleTest.java136 protected String executeShellCommand(String cmd) { in executeShellCommand() method in CompilationFilterRuleTest.TestableCompilationFilterRule
DIorapCompilationRuleTest.java173 protected String executeShellCommand(String cmd) { in executeShellCommand() method in IorapCompilationRuleTest.TestableIorapCompilationRule
/platform_testing/libraries/system-helpers/commands-helper/src/android/system/helpers/
DCommandsHelper.java76 public String executeShellCommand(String command) { in executeShellCommand() method in CommandsHelper
/platform_testing/libraries/collectors-helper/power/src/com/android/helpers/
DPwrStatsUtilHelper.java102 protected String executeShellCommand(String command) throws IOException { in executeShellCommand() method in PwrStatsUtilHelper
/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/
DHelperTestUtility.java59 public static String executeShellCommand(String cmd) { in executeShellCommand() method in HelperTestUtility
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DProcessStatusTracker.java231 public BufferedReader executeShellCommand (String command) { in executeShellCommand() method in ProcessStatusTracker
/platform_testing/tests/functional/applinktests/src/com/android/functional/applinktests/
DAppLinkTests.java259 private String executeShellCommand(String command) { in executeShellCommand() method in AppLinkTests