Home | History | Annotate | Download | only in server

Lines Matching defs:shell

815     class Shell extends ShellCommand {
845 int parseOptions(Shell shell) {
848 while ((opt = shell.getNextOption()) != null) {
856 int onShellCommand(Shell shell, String cmd) {
858 return shell.handleDefaultCommands(cmd);
860 PrintWriter pw = shell.getOutPrintWriter();
863 int opts = parseOptions(shell);
881 int opts = parseOptions(shell);
884 final String key = shell.getNextArg();
890 final String value = shell.getNextArg();
949 int opts = parseOptions(shell);
964 return shell.handleDefaultCommands(cmd);
998 Shell shell = new Shell();
999 shell.exec(mBinderService, null, fd, null, args, null, new ResultReceiver(null));
1155 (new Shell()).exec(this, in, out, err, args, callback, resultReceiver);