Home
last modified time | relevance | path

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

/cts/tests/tests/calllog/src/android/calllog/cts/
DTestUtils.java39 public static String executeShellCommand(Instrumentation instrumentation, in executeShellCommand() method in TestUtils
/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.java147 protected String executeShellCommand(String command) throws Exception { in executeShellCommand() method in DocumentsClientTestCase
/cts/tests/tests/telecom/src/android/telecom/cts/
DTestUtils.java108 public static String executeShellCommand(Instrumentation instrumentation, in executeShellCommand() method in TestUtils
/cts/hostsidetests/services/activitymanager/src/android/server/cts/
DActivityManagerTestBase.java136 protected String executeShellCommand(String command) throws DeviceNotAvailableException { in executeShellCommand() method in ActivityManagerTestBase
141 protected void executeShellCommand(String command, CollectingOutputReceiver outputReceiver) in executeShellCommand() method in ActivityManagerTestBase
/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/tests/tests/telephony/src/android/telephony/cts/
DSmsManagerTest.java527 private String executeShellCommand(String command) in executeShellCommand() method in SmsManagerTest
/cts/hostsidetests/services/windowmanager/src/android/wm/cts/
DCrossAppDragAndDropTests.java108 private String executeShellCommand(String command) throws DeviceNotAvailableException { in executeShellCommand() method in CrossAppDragAndDropTests
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DAbstractRestrictBackgroundNetworkTestCase.java342 protected String executeShellCommand(String command) throws Exception { in executeShellCommand() method in AbstractRestrictBackgroundNetworkTestCase