/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/ |
D | DropCachesRuleTest.java | 73 protected String executeShellCommand(String cmd) { in executeShellCommand() method in DropCachesRuleTest.TestableDropCachesRule
|
D | FinishActivitiesWithoutProcessKillRuleTest.java | 96 protected String executeShellCommand(String cmd) { in executeShellCommand() method in FinishActivitiesWithoutProcessKillRuleTest.TestableRule
|
D | RemoveAppFromStackRuleTest.java | 95 protected String executeShellCommand(String cmd) { in executeShellCommand() method in RemoveAppFromStackRuleTest.TestableRule
|
D | KillAppsRuleTest.java | 114 protected String executeShellCommand(String cmd) { in executeShellCommand() method in KillAppsRuleTest.TestableKillAppsRule
|
D | CompilationFilterRuleTest.java | 245 protected String executeShellCommand(String cmd) { in executeShellCommand() method in CompilationFilterRuleTest.TestableCompilationFilterRule
|
/platform_testing/libraries/tradefed-python-lib/tradefed_py/ |
D | android_device.py | 31 def executeShellCommand(self, cmd): member in AndroidTestDevice
|
/platform_testing/libraries/system-helpers/commands-helper/src/android/system/helpers/ |
D | CommandsHelper.java | 78 public String executeShellCommand(String command) { in executeShellCommand() method in CommandsHelper
|
/platform_testing/libraries/collectors-helper/power/src/com/android/helpers/ |
D | PwrStatsUtilHelper.java | 102 protected String executeShellCommand(String command) throws IOException { in executeShellCommand() method in PwrStatsUtilHelper
|
/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/ |
D | HelperTestUtility.java | 61 public static String executeShellCommand(String cmd) { in executeShellCommand() method in HelperTestUtility
|
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/ |
D | LogcatInspector.java | 25 protected abstract InputStream executeShellCommand(String command) throws IOException; in executeShellCommand() method in LogcatInspector
|
D | BackupUtils.java | 60 protected abstract InputStream executeShellCommand(String command) throws IOException; in executeShellCommand() method in BackupUtils
|
/platform_testing/libraries/collectors-helper/generic/src/com/android/helpers/ |
D | GenericExecutableCollectorHelper.java | 157 public String executeShellCommand(String command) throws IOException { in executeShellCommand() method in GenericExecutableCollectorHelper
|
/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/ |
D | PinnerHelper.java | 214 public String executeShellCommand(String command) throws IOException { in executeShellCommand() method in PinnerHelper
|
D | MemLeaksHelper.java | 210 public String executeShellCommand(String command) throws IOException { in executeShellCommand() method in MemLeaksHelper
|
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/ |
D | ProcessStatusTracker.java | 231 public BufferedReader executeShellCommand (String command) { in executeShellCommand() method in ProcessStatusTracker
|
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/ |
D | CommonUtils.java | 92 public static String executeShellCommand(String command) { in executeShellCommand() method in CommonUtils
|
/platform_testing/libraries/automotive-helpers/standard-app-helper/src/android/platform/helpers/ |
D | AbstractAutoStandardAppHelper.java | 124 protected String executeShellCommand(String command) { in executeShellCommand() method in AbstractAutoStandardAppHelper
|