Searched refs:executeInstrumentationShellCommand (Results 1 – 3 of 3) sorted by relevance
46 return executeInstrumentationShellCommand(mInstrumentation, command);53 return executeInstrumentationShellCommand(mInstrumentation, command);118 private static InputStream executeInstrumentationShellCommand( in executeInstrumentationShellCommand() method in BaseBackupCtsTest
48 return executeInstrumentationShellCommand(mInstrumentation, command);89 private static InputStream executeInstrumentationShellCommand( in executeInstrumentationShellCommand() method in AppGrammaticalGenderBackupTest
61 return executeInstrumentationShellCommand(DeviceUtils.sAutomation, command); in shell()64 private static InputStream executeInstrumentationShellCommand( in executeInstrumentationShellCommand() method in DeviceUtils