Home
last modified time | relevance | path

Searched refs:Shell (Results 1 – 20 of 20) 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.java329 (new Shell()).exec(this, in, out, err, args, callback, resultReceiver);
333 class Shell extends ShellCommand { class in DeviceStorageMonitorService
348 int parseOptions(Shell shell) { in parseOptions()
359 int onShellCommand(Shell shell, String cmd) { in onShellCommand()
450 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.java666 class Shell extends ShellCommand { class in BatteryService
696 int parseOptions(Shell shell) { in parseOptions()
707 int onShellCommand(Shell shell, String cmd) { in onShellCommand()
846 Shell shell = new Shell(); in dumpInternal()
961 (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.java1263 (new Shell()).exec(this, in, out, err, args, callback, resultReceiver); in onShellCommand()
2617 class Shell extends ShellCommand { class in DeviceIdleController
2632 int onShellCommand(Shell shell, String cmd) { in onShellCommand()
2992 Shell shell = new Shell(); in dump()
DAppOpsService.java1705 static class Shell extends ShellCommand { class in AppOpsService
1718 Shell(IAppOpsService iface, AppOpsService internal) { in Shell() method in AppOpsService.Shell
1899 (new Shell(this, this)).exec(this, in, out, err, args, callback, resultReceiver); in onShellCommand()
1926 static int onShellCommand(Shell shell, String cmd) { in onShellCommand()
/frameworks/data-binding/integration-tests/TestApp/
Dgradlew.bat66 @rem Get arguments from the 4NT Shell from JP Software
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
Dgradlew.bat66 @rem Get arguments from the 4NT Shell from JP Software
/frameworks/support/samples/SupportLeanbackShowcase/
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/App With Spaces/
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/compiler/
Dgradlew.bat66 @rem Get arguments from the 4NT Shell from JP Software
/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/MultiModuleTestApp/
Dgradlew.bat66 @rem Get arguments from the 4NT Shell from JP Software
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1787 (new Shell()).exec(this, in, out, err, args, callback, resultReceiver); in onShellCommand()
1790 public int onShellCommand(Shell shell, String cmd) { in onShellCommand()
2289 private class Shell extends ShellCommand { class in InputManagerService
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java3332 (new Shell()).exec(this, in, out, err, args, callback, resultReceiver); in onShellCommand()
3335 int onShellCommand(Shell shell, String cmd) { in onShellCommand()
3726 private class Shell extends ShellCommand { class in UserManagerService