Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DProviderTestUtils.java48 static String executeShellCommand(String command, UiAutomation uiAutomation) in executeShellCommand() method in ProviderTestUtils
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTestCase.java158 protected String executeShellCommand(String command) throws Exception { in executeShellCommand() method in DocumentsClientTestCase
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DPhoneAccountTest.java272 private String executeShellCommand(String command) throws Exception { in executeShellCommand() method in PhoneAccountTest
/cts/hostsidetests/media/src/android/media/cts/
DBaseMultiUserTest.java178 protected @Nonnull String executeShellCommand(final String command) throws Exception { in executeShellCommand() method in BaseMultiUserTest
/cts/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/
DActivityManagerTestBase.java298 protected String executeShellCommand(String command) throws DeviceNotAvailableException { in executeShellCommand() method in ActivityManagerTestBase
302 protected static String executeShellCommand(ITestDevice device, String command) in executeShellCommand() method in ActivityManagerTestBase
308 protected void executeShellCommand(String command, CollectingOutputReceiver outputReceiver) in executeShellCommand() method in ActivityManagerTestBase
/cts/tests/tests/telecom/src/android/telecom/cts/
DTestUtils.java178 public static String executeShellCommand(Instrumentation instrumentation, in executeShellCommand() method in TestUtils
/cts/tests/tests/telephony/src/android/telephony/cts/
DSmsManagerTest.java401 private String executeShellCommand(String command) in executeShellCommand() method in SmsManagerTest
DVisualVoicemailServiceTest.java698 private static String executeShellCommand(Instrumentation instrumentation, in executeShellCommand() method in VisualVoicemailServiceTest
/cts/tests/tests/provider/src/android/provider/cts/contacts/
DVoicemailContractTest.java517 private static String executeShellCommand(Instrumentation instrumentation, in executeShellCommand() method in VoicemailContractTest
/cts/hostsidetests/services/activityandwindowmanager/windowmanager/src/android/server/cts/
DCrossAppDragAndDropTests.java142 private String executeShellCommand(String command) throws DeviceNotAvailableException { in executeShellCommand() method in CrossAppDragAndDropTests
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DAbstractRestrictBackgroundNetworkTestCase.java422 protected String executeShellCommand(String command) throws Exception { in executeShellCommand() method in AbstractRestrictBackgroundNetworkTestCase
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java173 protected void executeShellCommand(final String command) throws Exception { in executeShellCommand() method in BaseDevicePolicyTest