Home
last modified time | relevance | path

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

/cts/tests/MediaProviderTranscode/src/android/mediaprovidertranscode/cts/
DTranscodeTestUtils.java195 return executeShellCommandInternal(command); in executeShellCommand()
205 private static String executeShellCommandInternal(String cmd) throws IOException { in executeShellCommandInternal() method in TranscodeTestUtils
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java223 return executeShellCommandInternal(command); in executeShellCommand()
233 private static String executeShellCommandInternal(String cmd) throws IOException { in executeShellCommandInternal() method in TestUtils