Home
last modified time | relevance | path

Searched defs:runCommand (Results 1 – 15 of 15) sorted by relevance

/cts/tests/tests/appop/appopsTestUtilLib/src/android/app/appops/cts/
DAppOpsUtils.kt131 fun runCommand(command: String): String { in runCommand() method
/cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
DBaseShortcutManagerHostTest.java262 private String runCommand(String command) throws Exception { in runCommand() method in BaseShortcutManagerHostTest
266 private String runCommand(String command, String expectedOutputPattern) throws Exception { in runCommand() method in BaseShortcutManagerHostTest
275 private String runCommand(String command, String expectedOutputPattern, in runCommand() method in BaseShortcutManagerHostTest
/cts/hostsidetests/dumpsys/apps/ProcStatsTestApp/src/com/android/server/cts/procstats/
DProcStatsTest.java117 private void runCommand(String command, String expectedOutputRegex) { in runCommand() method in ProcStatsTest
/cts/hostsidetests/appbinding/hostside/src/com/android/cts/appbinding/
DAppBindingHostTest.java97 private String runCommand(String command) throws Exception { in runCommand() method in AppBindingHostTest
101 private String runCommand(String command, String expectedOutputPattern) throws Exception { in runCommand() method in AppBindingHostTest
110 private String runCommand(String command, String expectedOutputPattern, in runCommand() method in AppBindingHostTest
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DAppOpsUtils.java143 private static String runCommand(String command) throws IOException { in runCommand() method in AppOpsUtils
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerNegativeTest.java120 private String runCommand(String command) throws IOException, InterruptedException { in runCommand() method in ShortcutManagerNegativeTest
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DNotificationManager29Test.java115 private void runCommand(String command, Instrumentation instrumentation) throws IOException { in runCommand() method in NotificationManager29Test
/cts/tests/app/shared/src/android/app/stubs/shared/
DNotificationHelper.java263 public void runCommand(String command, Instrumentation instrumentation) in runCommand() method in NotificationHelper
/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/
DConditionProviderServiceTest.java302 private void runCommand(String command, Instrumentation instrumentation) throws IOException { in runCommand() method in ConditionProviderServiceTest
DLegacyNotificationManagerTest.java398 private void runCommand(String command, Instrumentation instrumentation) throws IOException { in runCommand() method in LegacyNotificationManagerTest
/cts/hostsidetests/blobstore/src/com/android/cts/host/blob/
DBaseBlobStoreHostTest.java195 protected String runCommand(String command) throws Exception { in runCommand() method in BaseBlobStoreHostTest
/cts/hostsidetests/videoencodingminimum/src/android/videoqualityfloor/cts/
DCtsVideoQualityFloorHostTest.java284 private int runCommand(String command, File dir) throws IOException, InterruptedException { in runCommand() method in CtsVideoQualityFloorHostTest
/cts/hostsidetests/mediapc/videoencodingquality/src/
DCtsVideoEncodingQualityHostTest.java488 private int runCommand(String command, File dir) throws IOException, InterruptedException { in runCommand() method in CtsVideoEncodingQualityHostTest
/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraManagerTest.java1072 private void runCommand(String command, Instrumentation instrumentation) throws IOException { in runCommand() method in CameraManagerTest
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerTest.java2681 private static String runCommand(String cmd) throws Exception { in runCommand() method in PackageManagerTest