Searched refs:executeShellCommandInternal (Results 1 – 4 of 4) sorted by relevance
166 return executeShellCommandInternal(command); in executeShellCommand()176 private static String executeShellCommandInternal(String cmd) throws IOException { in executeShellCommandInternal() method in PublicVolumeSetupHelper
601 return executeShellCommandInternal(command, uiAutomation); in executeShellCommand()611 public static String executeShellCommandInternal(String command, UiAutomation uiAutomation) in executeShellCommandInternal() method in LegacyProviderMigrationTest
1373 return executeShellCommandInternal(command, false /* includeStderr */); in executeShellCommandRw()1395 return executeShellCommandInternal(command, true /* includeStderr */); in executeShellCommandRwe()1398 private ParcelFileDescriptor[] executeShellCommandInternal( in executeShellCommandInternal() method in UiAutomation
1156 return executeShellCommandInternal(command); in executeShellCommand()1166 private static String executeShellCommandInternal(String cmd) throws IOException { in executeShellCommandInternal() method in ModernMediaScannerTest