Home
last modified time | relevance | path

Searched refs:executeInstrumentationShellCommand (Results 1 – 3 of 3) sorted by relevance

/cts/tests/backup/src/android/backup/cts/
DBaseBackupCtsTest.java46 return executeInstrumentationShellCommand(mInstrumentation, command);
53 return executeInstrumentationShellCommand(mInstrumentation, command);
118 private static InputStream executeInstrumentationShellCommand( in executeInstrumentationShellCommand() method in BaseBackupCtsTest
DAppGrammaticalGenderBackupTest.java48 return executeInstrumentationShellCommand(mInstrumentation, command);
89 private static InputStream executeInstrumentationShellCommand( in executeInstrumentationShellCommand() method in AppGrammaticalGenderBackupTest
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DDeviceUtils.java61 return executeInstrumentationShellCommand(DeviceUtils.sAutomation, command); in shell()
64 private static InputStream executeInstrumentationShellCommand( in executeInstrumentationShellCommand() method in DeviceUtils