Home
last modified time | relevance | path

Searched refs:Shell (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/cmds/dumpstate/
Dbugreport-format.md7 A _bugreport_ is initially generated by dumpstate, then processed by **Shell**,
15 format _YYYY-MM-DD-HH-MM-SS_), and Shell simply propagates it as an attachment
20 _bugreport-DATE.txt_ file, but then **Shell** creates a zip file called
27 **Shell** and hence the end result is the _v0_ format).
31 **Shell**), in which case they would be called _bugreport-BUILD_ID-NEW_NAME.zip_ and
52 Besides the files generated by `dumpstate`, **Shell** can also add 2 other
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java320 (new Shell()).exec(this, in, out, err, args, callback, resultReceiver);
324 class Shell extends ShellCommand { class in DeviceStorageMonitorService
339 int parseOptions(Shell shell) { in parseOptions()
350 int onShellCommand(Shell shell, String cmd) { in onShellCommand()
441 Shell shell = new Shell(); in dumpImpl()
/frameworks/base/packages/Shell/
DAndroid.bp2 name: "Shell",
/frameworks/base/packages/Shell/tests/
DAndroid.bp17 instrumentation_for: "Shell",
/frameworks/base/
DPREUPLOAD.cfg26 …l_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^packages/Shell/"
/frameworks/base/packages/SettingsLib/tests/robotests/
DAndroid.bp16 // SettingsLib Shell app just for Robolectric test target. #
/frameworks/base/services/core/java/com/android/server/
DBatteryService.java850 class Shell extends ShellCommand { class in BatteryService
880 int parseOptions(Shell shell) { in parseOptions()
891 int onShellCommand(Shell shell, String cmd) { in onShellCommand()
1033 Shell shell = new Shell(); in dumpInternal()
1203 (new Shell()).exec(this, in, out, err, args, callback, resultReceiver); in onShellCommand()
DUiModeManagerService.java613 new Shell(mService).exec(mService, in, out, err, args, callback, resultReceiver);
656 pw.print(Shell.nightModeToStr(mNightMode)); pw.print(") "); in dumpImpl()
1199 private static class Shell extends ShellCommand { class in UiModeManagerService
1206 Shell(IUiModeManager iface) { in Shell() method in UiModeManagerService.Shell
DDeviceIdleController.java1744 (new Shell()).exec(this, in, out, err, args, callback, resultReceiver); in onShellCommand()
3902 class Shell extends ShellCommand { class in DeviceIdleController
3917 int onShellCommand(Shell shell, String cmd) { in onShellCommand()
4394 Shell shell = new Shell(); in dump()
/frameworks/base/tests/TouchLatency/
Dgradlew.bat66 @rem Get arguments from the 4NT Shell from JP Software
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/
Dgradlew.bat66 @rem Get arguments from the 4NT Shell from JP Software
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java3248 static class Shell extends ShellCommand { class in AppOpsService
3264 Shell(IAppOpsService iface, AppOpsService internal) { in Shell() method in AppOpsService.Shell
3445 (new Shell(this, this)).exec(this, in, out, err, args, callback, resultReceiver); in onShellCommand()
3476 static int onShellCommand(Shell shell, String cmd) { in onShellCommand()
3824 dumpOp = Shell.strOpToOp(args[i], pw); in dump()
3852 dumpMode = Shell.strModeToMode(args[i], pw); in dump()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java3874 (new Shell()).exec(this, in, out, err, args, callback, resultReceiver); in onShellCommand()
3877 int onShellCommand(Shell shell, String cmd) { in onShellCommand()
3896 private int runList(PrintWriter pw, Shell shell) throws RemoteException { in runList()
4416 private class Shell extends ShellCommand { class in UserManagerService