Searched refs:passThroughShellCommand (Results 1 – 4 of 4) sorted by relevance
209 mInterface.passThroughShellCommand(getAllArgs(), getOutFileDescriptor()); in runPassArgsToStatusBar()289 mInterface.passThroughShellCommand(new String[] {}, getOutFileDescriptor()); in onHelp()
2425 public void passThroughShellCommand(String[] args, FileDescriptor fd) { in passThroughShellCommand() method in StatusBarManagerService2433 mBar.passThroughShellCommand(args, tp.getWriteFd()); in passThroughShellCommand()
309 void passThroughShellCommand(in String[] args, in ParcelFileDescriptor pfd); in passThroughShellCommand() method
1303 public void passThroughShellCommand(String[] args, ParcelFileDescriptor pfd) { in passThroughShellCommand() method in CommandQueue