Home
last modified time | relevance | path

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

12

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DShellCommandHelper.java27 public static void executeShellCommand(String command) { in executeShellCommand() method in ShellCommandHelper
DIgnoreOrientationRequestSession.java58 private static String executeShellCommand(String command) { in executeShellCommand() method in IgnoreOrientationRequestSession
/cts/hostsidetests/os/src/android/os/cts/
DEnvironmentHostTests.java47 private String executeShellCommand(String cmd) throws Exception { in executeShellCommand() method in EnvironmentHostTests
/cts/tests/tests/database/src/android/database/sqlite/cts/
DDatabaseTestUtils.java50 static String executeShellCommand(String cmd) throws Exception { in executeShellCommand() method in DatabaseTestUtils
/cts/hostsidetests/scopedstorage/host/src/android/scopedstorage/cts/host/
DPublicVolumeCoreHostTest.java30 String executeShellCommand(String cmd) throws Exception { in executeShellCommand() method in PublicVolumeCoreHostTest
DBaseHostTestCase.java36 protected String executeShellCommand(String cmd, Object... args) throws Exception { in executeShellCommand() method in BaseHostTestCase
/cts/tests/tests/car/src/android/car/cts/
DAbstractCarTestCase.java148 protected static String executeShellCommand(String commandFormat, Object... args) in executeShellCommand() method in AbstractCarTestCase
167 private static String executeShellCommand(UiAutomation uiAutomation, String commandFormat, in executeShellCommand() method in AbstractCarTestCase
/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/util/
DUtils.java48 private static String executeShellCommand(String command) { in executeShellCommand() method in Utils
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DBaseDeviceOwnerTest.java113 protected String executeShellCommand(String... command) throws Exception { in executeShellCommand() method in BaseDeviceOwnerTest
/cts/hostsidetests/library/src/android/appmanifest/cts/
DUsesNativeLibraryTestCase.java161 private String executeShellCommand(String command) { in executeShellCommand() method in UsesNativeLibraryTestCase
/cts/hostsidetests/media/src/android/media/cts/
DBaseMediaHostSideTest.java89 protected @Nonnull String executeShellCommand(String command) throws Exception { in executeShellCommand() method in BaseMediaHostSideTest
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerHelper.java149 private static List<String> executeShellCommand(String command) throws Exception { in executeShellCommand() method in StorageManagerHelper
/cts/tests/tests/systemui/src/android/systemui/cts/tv/
DTvTestBase.kt170 protected fun executeShellCommand(cmd: String): String { in withFlag() method
/cts/tests/quicksettings/src/android/quicksettings/cts/
DBaseTileServiceTest.java113 public String executeShellCommand(String command) throws IOException { in executeShellCommand() method in BaseTileServiceTest
/cts/hostsidetests/incident/src/com/android/server/cts/
DGraphicsStatsValidationTest.java124 private String executeShellCommand(String command) throws Exception { in executeShellCommand() method in GraphicsStatsValidationTest
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTestCase.java196 protected String executeShellCommand(String command) throws Exception { in executeShellCommand() method in DocumentsClientTestCase
/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/
DBaseHostTestCase.java46 protected String executeShellCommand(String cmd, Object... args) throws Exception { in executeShellCommand() method in BaseHostTestCase
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DActivityManagerGetConfigTests.java81 private byte[] executeShellCommand(String cmd) { in executeShellCommand() method in ActivityManagerGetConfigTests
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DMediaScannerTest.java756 static String executeShellCommand(String command) throws IOException { in executeShellCommand() method in MediaScannerTest
761 static String executeShellCommand(String command, UiAutomation uiAutomation) in executeShellCommand() method in MediaScannerTest
/cts/tests/providerui/src/android/providerui/cts/
DMediaStoreUiTest.java527 static String executeShellCommand(String command) throws IOException { in executeShellCommand() method in MediaStoreUiTest
533 static String executeShellCommand(String command, UiAutomation uiAutomation) in executeShellCommand() method in MediaStoreUiTest
/cts/tests/tests/telephony/current/src/android/telephony/cts/util/
DTelephonyUtils.java316 public static String executeShellCommand(Instrumentation instrumentation, in executeShellCommand() method in TelephonyUtils
/cts/hostsidetests/compilation/src/android/compilation/cts/
DBackgroundDexOptimizationTest.java154 private String executeShellCommand(String cmd) throws Exception { in executeShellCommand() method in BackgroundDexOptimizationTest
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DPhoneAccountTest.java312 private String executeShellCommand(String command) throws Exception { in executeShellCommand() method in PhoneAccountTest
/cts/tests/tests/provider/src/android/provider/cts/
DProviderTestUtils.java128 public static String executeShellCommand(String command) throws IOException { in executeShellCommand() method in ProviderTestUtils
133 public static String executeShellCommand(String command, UiAutomation uiAutomation) in executeShellCommand() method in ProviderTestUtils
/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DUtils.java163 public static byte[] executeShellCommand(String cmd) { in executeShellCommand() method in Utils

12