Home
last modified time | relevance | path

Searched defs:runCommand (Results 1 – 13 of 13) 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/common/device-side/util-axt/src/com/android/compatibility/common/util/
DAppOpsUtils.java130 private static String runCommand(String command) throws IOException { in runCommand() method in AppOpsUtils
/cts/hostsidetests/appbinding/hostside/src/com/android/cts/appbinding/
DAppBindingHostTest.java95 private String runCommand(String command) throws Exception { in runCommand() method in AppBindingHostTest
99 private String runCommand(String command, String expectedOutputPattern) throws Exception { in runCommand() method in AppBindingHostTest
108 private String runCommand(String command, String expectedOutputPattern, in runCommand() method in AppBindingHostTest
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerNegativeTest.java119 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.java89 private void runCommand(String command, Instrumentation instrumentation) throws IOException { in runCommand() method in NotificationManager29Test
DNotificationAssistantServiceTest.java812 private void runCommand(String command, Instrumentation instrumentation) throws IOException { in runCommand() method
/cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/
DLegacyNotificationManager20Test.java179 private void runCommand(String command, Instrumentation instrumentation) throws IOException { in runCommand() method in LegacyNotificationManager20Test
/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/
DConditionProviderServiceTest.java289 private void runCommand(String command, Instrumentation instrumentation) throws IOException { in runCommand() method in ConditionProviderServiceTest
DLegacyNotificationManagerTest.java418 private void runCommand(String command, Instrumentation instrumentation) throws IOException { in runCommand() method in LegacyNotificationManagerTest
/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraManagerTest.java938 private void runCommand(String command, Instrumentation instrumentation) throws IOException { in runCommand() method in CameraManagerTest
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java770 private static void runCommand(String command, Instrumentation instrumentation) in runCommand() method in NotificationManagerTest