Home
last modified time | relevance | path

Searched refs:Shell (Results 1 – 18 of 18) 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.java333 (new Shell()).exec(this, in, out, err, args, callback, resultReceiver);
337 class Shell extends ShellCommand { class in DeviceStorageMonitorService
352 int parseOptions(Shell shell) { in parseOptions()
363 int onShellCommand(Shell shell, String cmd) { in onShellCommand()
454 Shell shell = new Shell(); in dumpImpl()
/frameworks/base/packages/Shell/tests/
DAndroid.mk20 LOCAL_INSTRUMENTATION_FOR := Shell
/frameworks/base/packages/Shell/
DAndroid.mk17 LOCAL_PACKAGE_NAME := Shell
/frameworks/base/services/core/java/com/android/server/
DBatteryService.java815 class Shell extends ShellCommand { class in BatteryService
845 int parseOptions(Shell shell) { in parseOptions()
856 int onShellCommand(Shell shell, String cmd) { in onShellCommand()
998 Shell shell = new Shell(); in dumpInternal()
1155 (new Shell()).exec(this, in, out, err, args, callback, resultReceiver); in onShellCommand()
DUiModeManagerService.java351 new Shell(mService).exec(mService, in, out, err, args, callback, resultReceiver);
739 private static class Shell extends ShellCommand { class in UiModeManagerService
746 Shell(IUiModeManager iface) { in Shell() method in UiModeManagerService.Shell
DDeviceIdleController.java1310 (new Shell()).exec(this, in, out, err, args, callback, resultReceiver); in onShellCommand()
2824 class Shell extends ShellCommand { class in DeviceIdleController
2839 int onShellCommand(Shell shell, String cmd) { in onShellCommand()
3268 Shell shell = new Shell(); in dump()
DAppOpsService.java2494 static class Shell extends ShellCommand { class in AppOpsService
2509 Shell(IAppOpsService iface, AppOpsService internal) { in Shell() method in AppOpsService.Shell
2688 (new Shell(this, this)).exec(this, in, out, err, args, callback, resultReceiver); in onShellCommand()
2719 static int onShellCommand(Shell shell, String cmd) { in onShellCommand()
2995 dumpOp = Shell.strOpToOp(args[i], pw); in dump()
3023 dumpMode = Shell.strModeToMode(args[i], pw); in dump()
/frameworks/data-binding/developmentPlugins/
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/data-binding/integration-tests/App With Spaces/
Dgradlew.bat66 @rem Get arguments from the 4NT Shell from JP Software
/frameworks/data-binding/integration-tests/IndependentLibrary/
Dgradlew.bat66 @rem Get arguments from the 4NT Shell from JP Software
/frameworks/data-binding/integration-tests/MultiModuleTestApp/
Dgradlew.bat66 @rem Get arguments from the 4NT Shell from JP Software
/frameworks/data-binding/samples/BindingDemo/
Dgradlew.bat66 @rem Get arguments from the 4NT Shell from JP Software
/frameworks/data-binding/integration-tests/TestApp/
Dgradlew.bat66 @rem Get arguments from the 4NT Shell from JP Software
/frameworks/data-binding/compiler/
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/pm/
DUserManagerService.java3548 (new Shell()).exec(this, in, out, err, args, callback, resultReceiver); in onShellCommand()
3551 int onShellCommand(Shell shell, String cmd) { in onShellCommand()
4028 private class Shell extends ShellCommand { class in UserManagerService