Searched refs:passThroughShellCommand (Results 1 – 4 of 4) sorted by relevance
202 mInterface.passThroughShellCommand(getAllArgs(), getOutFileDescriptor()); in runPassArgsToStatusBar()279 mInterface.passThroughShellCommand(new String[] {}, getOutFileDescriptor()); in onHelp()
2363 public void passThroughShellCommand(String[] args, FileDescriptor fd) { in passThroughShellCommand() method in StatusBarManagerService2371 mBar.passThroughShellCommand(args, tp.getWriteFd()); in passThroughShellCommand()
298 void passThroughShellCommand(in String[] args, in ParcelFileDescriptor pfd); in passThroughShellCommand() method
1216 public void passThroughShellCommand(String[] args, ParcelFileDescriptor pfd) { in passThroughShellCommand() method in CommandQueue