Home
last modified time | relevance | path

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

12

/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/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DBaseDeviceOwnerTest.java65 protected String executeShellCommand(String... command) throws Exception { in executeShellCommand() method in BaseDeviceOwnerTest
/cts/hostsidetests/os/src/android/os/cts/
DEnvironmentHostTests.java47 private String executeShellCommand(String cmd) throws Exception { in executeShellCommand() method in EnvironmentHostTests
/cts/hostsidetests/scopedstorage/host/src/android/scopedstorage/cts/host/
DPublicVolumeHostTest.java30 String executeShellCommand(String cmd) throws Exception { in executeShellCommand() method in PublicVolumeHostTest
DLegacyStorageHostTest.java41 private String executeShellCommand(String cmd) throws Exception { in executeShellCommand() method in LegacyStorageHostTest
DScopedStorageHostTest.java64 String executeShellCommand(String cmd) throws Exception { in executeShellCommand() method in ScopedStorageHostTest
/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/util/
DUtils.java43 private static void executeShellCommand(String command) { in executeShellCommand() method in Utils
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandIncrementalTest.java72 private static String executeShellCommand(String command) throws IOException { in executeShellCommand() method in PackageManagerShellCommandIncrementalTest
79 private static String executeShellCommand(String command, File[] inputs) in executeShellCommand() method in PackageManagerShellCommandIncrementalTest
85 private static String executeShellCommand(String command, File[] inputs, long[] expected) in executeShellCommand() method in PackageManagerShellCommandIncrementalTest
DPackageManagerShellCommandTest.java99 private static String executeShellCommand(String command) throws IOException { in executeShellCommand() method in PackageManagerShellCommandTest
106 private static String executeShellCommand(String command, File input) in executeShellCommand() method in PackageManagerShellCommandTest
111 private static String executeShellCommand(String command, File[] inputs) in executeShellCommand() method in PackageManagerShellCommandTest
/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/telephony/current/src/android/telephony/cts/
DTelephonyUtils.java79 public static String executeShellCommand(Instrumentation instrumentation, in executeShellCommand() method in TelephonyUtils
DVisualVoicemailServiceTest.java731 private static String executeShellCommand(Instrumentation instrumentation, in executeShellCommand() method in VisualVoicemailServiceTest
DSmsManagerTest.java854 private String executeShellCommand(String command) in executeShellCommand() method in SmsManagerTest
/cts/tests/app/src/android/app/cts/
DBaseTileServiceTest.java109 public String executeShellCommand(String command) throws IOException { in executeShellCommand() method in BaseTileServiceTest
/cts/tests/providerui/src/android/providerui/cts/
DMediaStoreUiTest.java275 static String executeShellCommand(String command) throws IOException { in executeShellCommand() method in MediaStoreUiTest
281 static String executeShellCommand(String command, UiAutomation uiAutomation) in executeShellCommand() method in MediaStoreUiTest
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTestCase.java194 protected String executeShellCommand(String command) throws Exception { in executeShellCommand() method in DocumentsClientTestCase
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DNetworkPolicyTestUtils.java251 public static String executeShellCommand(String command) { in executeShellCommand() method in NetworkPolicyTestUtils
/cts/tests/tests/media/src/android/media/cts/
DMediaScannerTest.java712 static String executeShellCommand(String command) throws IOException { in executeShellCommand() method in MediaScannerTest
717 static String executeShellCommand(String command, UiAutomation uiAutomation) in executeShellCommand() method in MediaScannerTest
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DActivityManagerGetConfigTests.java81 private byte[] executeShellCommand(String cmd) { in executeShellCommand() method in ActivityManagerGetConfigTests
/cts/tests/tests/provider/src/android/provider/cts/
DProviderTestUtils.java119 public static String executeShellCommand(String command) throws IOException { in executeShellCommand() method in ProviderTestUtils
124 public static String executeShellCommand(String command, UiAutomation uiAutomation) in executeShellCommand() method in ProviderTestUtils
/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/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java145 private static String executeShellCommand( in executeShellCommand() method in MockImeSession
/cts/tests/tests/provider/src/android/provider/cts/contacts/
DVoicemailContractTest.java584 private static String executeShellCommand(Instrumentation instrumentation, in executeShellCommand() method in VoicemailContractTest
/cts/tests/tests/telecom/src/android/telecom/cts/
DTestUtils.java397 public static String executeShellCommand(Instrumentation instrumentation, in executeShellCommand() method in TestUtils
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java708 public static String executeShellCommand(String command) { in executeShellCommand() method in ActivityManagerTestBase

12