Home
last modified time | relevance | path

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

/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DDropCachesRuleTest.java73 protected String executeShellCommand(String cmd) { in executeShellCommand() method in DropCachesRuleTest.TestableDropCachesRule
DFinishActivitiesWithoutProcessKillRuleTest.java96 protected String executeShellCommand(String cmd) { in executeShellCommand() method in FinishActivitiesWithoutProcessKillRuleTest.TestableRule
DRemoveAppFromStackRuleTest.java95 protected String executeShellCommand(String cmd) { in executeShellCommand() method in RemoveAppFromStackRuleTest.TestableRule
DKillAppsRuleTest.java114 protected String executeShellCommand(String cmd) { in executeShellCommand() method in KillAppsRuleTest.TestableKillAppsRule
DCompilationFilterRuleTest.java245 protected String executeShellCommand(String cmd) { in executeShellCommand() method in CompilationFilterRuleTest.TestableCompilationFilterRule
/platform_testing/libraries/tradefed-python-lib/tradefed_py/
Dandroid_device.py31 def executeShellCommand(self, cmd): member in AndroidTestDevice
/platform_testing/libraries/system-helpers/commands-helper/src/android/system/helpers/
DCommandsHelper.java78 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.java61 public static String executeShellCommand(String cmd) { in executeShellCommand() method in HelperTestUtility
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DLogcatInspector.java25 protected abstract InputStream executeShellCommand(String command) throws IOException; in executeShellCommand() method in LogcatInspector
DBackupUtils.java60 protected abstract InputStream executeShellCommand(String command) throws IOException; in executeShellCommand() method in BackupUtils
/platform_testing/libraries/collectors-helper/generic/src/com/android/helpers/
DGenericExecutableCollectorHelper.java157 public String executeShellCommand(String command) throws IOException { in executeShellCommand() method in GenericExecutableCollectorHelper
/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/
DPinnerHelper.java214 public String executeShellCommand(String command) throws IOException { in executeShellCommand() method in PinnerHelper
DMemLeaksHelper.java210 public String executeShellCommand(String command) throws IOException { in executeShellCommand() method in MemLeaksHelper
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DProcessStatusTracker.java231 public BufferedReader executeShellCommand (String command) { in executeShellCommand() method in ProcessStatusTracker
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
DCommonUtils.java92 public static String executeShellCommand(String command) { in executeShellCommand() method in CommonUtils
/platform_testing/libraries/automotive-helpers/standard-app-helper/src/android/platform/helpers/
DAbstractAutoStandardAppHelper.java124 protected String executeShellCommand(String command) { in executeShellCommand() method in AbstractAutoStandardAppHelper