Searched refs:ShellCommand (Results 1 – 17 of 17) sorted by relevance
20 import android.os.ShellCommand;26 final protected ShellCommand mArgs = new ShellCommand() {
21 import android.os.ShellCommand;25 class OtaDexoptShellCommand extends ShellCommand {
46 import android.os.ShellCommand;72 class PackageManagerShellCommand extends ShellCommand {817 public boolean handleOption(String opt, ShellCommand cmd) { in parseIntentAndUser()
57 import android.os.ShellCommand;2348 private class MyShellCommand extends ShellCommand {
62 import android.os.ShellCommand;3441 private class Shell extends ShellCommand {
19 import android.os.ShellCommand;24 class WebViewUpdateServiceShellCommand extends ShellCommand {
19 import android.os.ShellCommand;24 public class StatusBarShellCommand extends ShellCommand {
24 import android.os.ShellCommand;29 public class JobSchedulerShellCommand extends ShellCommand {
22 import android.os.ShellCommand;28 class ActivityManagerShellCommand extends ShellCommand {
38 import android.os.ShellCommand;41 class NetworkPolicyManagerShellCommand extends ShellCommand {
34 public abstract class ShellCommand { class
23 import android.os.ShellCommand;643 class Shell extends ShellCommand {
54 import android.os.ShellCommand;1643 static class Shell extends ShellCommand {
64 import android.os.ShellCommand;2504 class Shell extends ShellCommand {
74 import android.os.ShellCommand;2232 private class Shell extends ShellCommand {
60 import android.os.ShellCommand;491 public boolean handleOption(String opt, ShellCommand cmd) { in makeIntent()
40 import android.os.ShellCommand;5391 boolean handleOption(String opt, ShellCommand cmd);5395 public static Intent parseCommandArgs(ShellCommand cmd, CommandOptionHandler optionHandler) in parseCommandArgs()