Searched refs:MyShellCommand (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | DeviceConfigService.java | 58 (new MyShellCommand(mProvider)).exec(this, in, out, err, args, callback, resultReceiver); in onShellCommand() 61 static final class MyShellCommand extends ShellCommand { class in DeviceConfigService 73 MyShellCommand(SettingsProvider provider) { in MyShellCommand() method in DeviceConfigService.MyShellCommand
|
D | SettingsService.java | 49 (new MyShellCommand(mProvider, false)).exec( in onShellCommand() 74 MyShellCommand.dumpHelp(pw, true); in dump() 95 final static class MyShellCommand extends ShellCommand { class in SettingsService 118 MyShellCommand(SettingsProvider provider, boolean dumping) { in MyShellCommand() method in SettingsService.MyShellCommand
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ShortcutService.java | 4036 final int status = (new MyShellCommand()).exec(this, in, out, err, args, callback, in onShellCommand() 4053 private class MyShellCommand extends ShellCommand { class in ShortcutService
|