Home
last modified time | relevance | path

Searched refs:executeShellCommandInternal (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/providers/MediaProvider/tests/client/src/com/android/providers/media/client/
H A DPublicVolumeSetupHelper.java166 return executeShellCommandInternal(command); in executeShellCommand()
176 private static String executeShellCommandInternal(String cmd) throws IOException { in executeShellCommandInternal() method in PublicVolumeSetupHelper
H A DLegacyProviderMigrationTest.java601 return executeShellCommandInternal(command, uiAutomation); in executeShellCommand()
611 public static String executeShellCommandInternal(String command, UiAutomation uiAutomation) in executeShellCommandInternal() method in LegacyProviderMigrationTest
/aosp12/frameworks/base/core/java/android/app/
H A DUiAutomation.java1373 return executeShellCommandInternal(command, false /* includeStderr */); in executeShellCommandRw()
1395 return executeShellCommandInternal(command, true /* includeStderr */); in executeShellCommandRwe()
1398 private ParcelFileDescriptor[] executeShellCommandInternal( in executeShellCommandInternal() method in UiAutomation
/aosp12/packages/providers/MediaProvider/tests/src/com/android/providers/media/scan/
H A DModernMediaScannerTest.java1156 return executeShellCommandInternal(command); in executeShellCommand()
1166 private static String executeShellCommandInternal(String cmd) throws IOException { in executeShellCommandInternal() method in ModernMediaScannerTest