Searched refs:MyShellCommand (Results 1 – 3 of 3) sorted by relevance
93 (new MyShellCommand(mProvider)) in onShellCommand()102 for (String line : MyShellCommand.listAll(iprovider)) { in dump()116 for (String name : MyShellCommand.listAllAconfigFlags(iprovider)) { in dump()169 static final class MyShellCommand extends ShellCommand { class in DeviceConfigService186 MyShellCommand(SettingsProvider provider) { in MyShellCommand() method in DeviceConfigService.MyShellCommand
50 (new MyShellCommand(mProvider, false)).exec( in onShellCommand()75 MyShellCommand.dumpHelp(pw, true); in dump()96 final static class MyShellCommand extends ShellCommand { class in SettingsService119 MyShellCommand(SettingsProvider provider, boolean dumping) { in MyShellCommand() method in SettingsService.MyShellCommand
4948 final int status = (new MyShellCommand()).exec(this, in, out, err, args, callback,4965 private class MyShellCommand extends ShellCommand {