Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarShellCommand.java209 mInterface.passThroughShellCommand(getAllArgs(), getOutFileDescriptor()); in runPassArgsToStatusBar()
289 mInterface.passThroughShellCommand(new String[] {}, getOutFileDescriptor()); in onHelp()
DStatusBarManagerService.java2425 public void passThroughShellCommand(String[] args, FileDescriptor fd) { in passThroughShellCommand() method in StatusBarManagerService
2433 mBar.passThroughShellCommand(args, tp.getWriteFd()); in passThroughShellCommand()
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBar.aidl309 void passThroughShellCommand(in String[] args, in ParcelFileDescriptor pfd); in passThroughShellCommand() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java1303 public void passThroughShellCommand(String[] args, ParcelFileDescriptor pfd) { in passThroughShellCommand() method in CommandQueue