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.java44 return executeInstrumentationShellCommand(getInstrumentation(), command);
51 return executeInstrumentationShellCommand(getInstrumentation(), command);
102 private static InputStream executeInstrumentationShellCommand( in executeInstrumentationShellCommand() method in BaseBackupCtsTest
DAppGrammaticalGenderBackupTest.java42 return executeInstrumentationShellCommand(getInstrumentation(), command);
81 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