Home
last modified time | relevance | path

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

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