Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DUiAutomation.java1676 return executeShellCommandInternal(command, false /* includeStderr */); in executeShellCommandRw()
1695 return executeShellCommandInternal(command, true /* includeStderr */); in executeShellCommandRwe()
1706 private ParcelFileDescriptor[] executeShellCommandInternal( in executeShellCommandInternal() method in UiAutomation