Home
last modified time | relevance | path

Searched refs:Shell (Results 1 – 15 of 15) 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/packages/Shell/tests/
DAndroid.mk20 LOCAL_INSTRUMENTATION_FOR := Shell
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java332 (new Shell()).exec(this, in, out, err, args, callback, resultReceiver);
336 class Shell extends ShellCommand { class in DeviceStorageMonitorService
351 int parseOptions(Shell shell) { in parseOptions()
362 int onShellCommand(Shell shell, String cmd) { in onShellCommand()
453 Shell shell = new Shell(); in dumpImpl()
/frameworks/base/packages/Shell/
DAndroid.mk18 LOCAL_PACKAGE_NAME := Shell
/frameworks/base/
DPREUPLOAD.cfg16 …l_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^packages/Shell/"
/frameworks/base/services/core/java/com/android/server/
DUiModeManagerService.java460 new Shell(mService).exec(mService, in, out, err, args, callback, resultReceiver);
476 pw.print(Shell.nightModeToStr(mNightMode)); pw.print(") "); in dumpImpl()
863 private static class Shell extends ShellCommand { class in UiModeManagerService
870 Shell(IUiModeManager iface) { in Shell() method in UiModeManagerService.Shell
DBatteryService.java839 class Shell extends ShellCommand { class in BatteryService
869 int parseOptions(Shell shell) { in parseOptions()
880 int onShellCommand(Shell shell, String cmd) { in onShellCommand()
1022 Shell shell = new Shell(); in dumpInternal()
1179 (new Shell()).exec(this, in, out, err, args, callback, resultReceiver); in onShellCommand()
DDeviceIdleController.java1627 (new Shell()).exec(this, in, out, err, args, callback, resultReceiver); in onShellCommand()
3682 class Shell extends ShellCommand { class in DeviceIdleController
3697 int onShellCommand(Shell shell, String cmd) { in onShellCommand()
4174 Shell shell = new Shell(); in dump()
/frameworks/opt/gamesdk/samples/bouncyball/
Dgradlew.bat66 @rem Get arguments from the 4NT Shell from JP Software
/frameworks/base/tests/TouchLatency/
Dgradlew.bat66 @rem Get arguments from the 4NT Shell from JP Software
/frameworks/opt/gamesdk/third_party/cube/
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/opt/gamesdk/samples/cube/
Dgradlew.bat66 @rem Get arguments from the 4NT Shell from JP Software
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java3102 static class Shell extends ShellCommand { class in AppOpsService
3118 Shell(IAppOpsService iface, AppOpsService internal) { in Shell() method in AppOpsService.Shell
3299 (new Shell(this, this)).exec(this, in, out, err, args, callback, resultReceiver); in onShellCommand()
3330 static int onShellCommand(Shell shell, String cmd) { in onShellCommand()
3678 dumpOp = Shell.strOpToOp(args[i], pw); in dump()
3706 dumpMode = Shell.strModeToMode(args[i], pw); in dump()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java3642 (new Shell()).exec(this, in, out, err, args, callback, resultReceiver); in onShellCommand()
3645 int onShellCommand(Shell shell, String cmd) { in onShellCommand()
4124 private class Shell extends ShellCommand { class in UserManagerService