Searched defs:shell (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DUtilitiesTest.java16 package com.android.shell;
20 import static com.android.shell.BugreportProgressService.isValid;
H A DActionSendMultipleConsumerActivity.java17 package com.android.shell;
37 "com.android.shell.tests.CUSTOM_ACTION_SEND_MULTIPLE";
63 * {com.android.shell.tests/com.android.shell.SendMultipleActivity}:
65 * {com.android.shell.tests/com.android.shell.SendMultipleActivity} did not call finish()
H A DUiBot.java17 package com.android.shell;
H A DBugreportReceiverTest.java17 package com.android.shell;
21 import static com.android.shell.ActionSendMultipleConsumerActivity.UI_NAME;
22 import static com.android.shell.BugreportPrefs.PREFS_BUGREPORT;
23 import static com.android.shell.BugreportPrefs.STATE_HIDE;
24 import static com.android.shell.BugreportPrefs.STATE_SHOW;
25 import static com.android.shell.BugreportPrefs.STATE_UNKNOWN;
26 import static com.android.shell.BugreportPrefs.getWarningState;
27 import static com.android.shell.BugreportPrefs.setWarningState;
28 import static com.android.shell.BugreportProgressService.EXTRA_BUGREPORT;
29 import static com.android.shell
[all...]
/frameworks/base/packages/Shell/src/com/android/shell/
H A DRemoteBugreportReceiver.java17 package com.android.shell;
19 import static com.android.shell.BugreportProgressService.EXTRA_BUGREPORT;
20 import static com.android.shell.BugreportProgressService.INTENT_REMOTE_BUGREPORT_FINISHED;
21 import static com.android.shell.BugreportProgressService.getFileExtra;
22 import static com.android.shell.BugreportProgressService.getUri;
23 import static com.android.shell.BugreportReceiver.cleanupOldFiles;
H A DBugreportPrefs.java17 package com.android.shell;
H A DBugreportReceiver.java17 package com.android.shell;
19 import static com.android.shell.BugreportProgressService.EXTRA_BUGREPORT;
20 import static com.android.shell.BugreportProgressService.EXTRA_ORIGINAL_INTENT;
21 import static com.android.shell.BugreportProgressService.INTENT_BUGREPORT_FINISHED;
22 import static com.android.shell.BugreportProgressService.getFileExtra;
23 import static com.android.shell.BugreportProgressService.dumpIntent;
H A DBugreportWarningActivity.java17 package com.android.shell;
19 import static com.android.shell.BugreportPrefs.STATE_HIDE;
20 import static com.android.shell.BugreportPrefs.STATE_SHOW;
21 import static com.android.shell.BugreportPrefs.STATE_UNKNOWN;
22 import static com.android.shell.BugreportPrefs.getWarningState;
23 import static com.android.shell.BugreportPrefs.setWarningState;
H A DScreenshooter.java17 package com.android.shell;
H A DBugreportStorageProvider.java17 package com.android.shell;
37 private static final String AUTHORITY = "com.android.shell.documents";
H A DBugreportProgressService.java17 package com.android.shell;
20 import static com.android.shell.BugreportPrefs.STATE_HIDE;
21 import static com.android.shell.BugreportPrefs.STATE_UNKNOWN;
22 import static com.android.shell.BugreportPrefs.getWarningState;
122 private static final String AUTHORITY = "com.android.shell";
/frameworks/base/services/core/java/com/android/server/
H A DBatteryService.java668 int onShellCommand(Shell shell, String cmd) { argument
670 return shell.handleDefaultCommands(cmd);
672 PrintWriter pw = shell.getOutPrintWriter();
694 final String key = shell.getNextArg();
700 final String value = shell.getNextArg();
764 return shell.handleDefaultCommands(cmd);
791 Shell shell = new Shell();
792 shell.exec(mBinderService, null, fd, null, args, new ResultReceiver(null));
H A DAppOpsService.java1818 static int onShellCommand(Shell shell, String cmd) { argument
1820 return shell.handleDefaultCommands(cmd);
1822 PrintWriter pw = shell.getOutPrintWriter();
1823 PrintWriter err = shell.getErrPrintWriter();
1827 int res = shell.parseUserPackageOp(true, err);
1831 String modeStr = shell.getNextArg();
1837 final int mode = shell.strModeToMode(modeStr, err);
1842 shell.mInterface.setMode(shell.op, shell
[all...]
H A DDeviceIdleController.java2534 int onShellCommand(Shell shell, String cmd) { argument
2535 PrintWriter pw = shell.getOutPrintWriter();
2541 String arg = shell.getNextArg();
2544 stepIdleStateLocked("s:shell");
2548 stepLightIdleStateLocked("s:shell");
2562 String arg = shell.getNextArg();
2573 stepIdleStateLocked("s:shell");
2588 stepIdleStateLocked("s:shell");
2640 String arg = shell.getNextArg();
2665 String arg = shell
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java3135 int onShellCommand(Shell shell, String cmd) { argument
3137 return shell.handleDefaultCommands(cmd);
3140 final PrintWriter pw = shell.getOutPrintWriter();
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1748 public int onShellCommand(Shell shell, String cmd) { argument
1750 shell.onHelp();
1759 shell.getNextArgRequired(), Integer.parseInt(shell.getNextArgRequired()));
1760 String descriptor = shell.getNextArgRequired();
1761 int vid = Integer.decode(shell.getNextArgRequired());
1762 int pid = Integer.decode(shell.getNextArgRequired());
1764 setKeyboardLayoutForInputDeviceInner(id, handle, shell.getNextArgRequired());

Completed in 853 milliseconds