/frameworks/native/cmds/dumpstate/ |
D | bugreport-format.md | 7 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/ |
D | DeviceStorageMonitorService.java | 329 (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/ |
D | Android.mk | 20 LOCAL_INSTRUMENTATION_FOR := Shell
|
/frameworks/base/packages/Shell/ |
D | Android.mk | 17 LOCAL_PACKAGE_NAME := Shell
|
/frameworks/base/services/core/java/com/android/server/ |
D | BatteryService.java | 666 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()
|
D | UiModeManagerService.java | 351 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
|
D | DeviceIdleController.java | 1263 (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()
|
D | AppOpsService.java | 1705 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/ |
D | gradlew.bat | 66 @rem Get arguments from the 4NT Shell from JP Software
|
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/ |
D | gradlew.bat | 66 @rem Get arguments from the 4NT Shell from JP Software
|
/frameworks/support/samples/SupportLeanbackShowcase/ |
D | gradlew.bat | 66 @rem Get arguments from the 4NT Shell from JP Software
|
/frameworks/data-binding/integration-tests/IndependentLibrary/ |
D | gradlew.bat | 66 @rem Get arguments from the 4NT Shell from JP Software
|
/frameworks/data-binding/integration-tests/App With Spaces/ |
D | gradlew.bat | 66 @rem Get arguments from the 4NT Shell from JP Software
|
/frameworks/data-binding/samples/BindingDemo/ |
D | gradlew.bat | 66 @rem Get arguments from the 4NT Shell from JP Software
|
/frameworks/data-binding/compiler/ |
D | gradlew.bat | 66 @rem Get arguments from the 4NT Shell from JP Software
|
/frameworks/data-binding/developmentPlugins/ |
D | gradlew.bat | 66 @rem Get arguments from the 4NT Shell from JP Software
|
/frameworks/base/tests/TouchLatency/ |
D | gradlew.bat | 66 @rem Get arguments from the 4NT Shell from JP Software
|
/frameworks/data-binding/integration-tests/MultiModuleTestApp/ |
D | gradlew.bat | 66 @rem Get arguments from the 4NT Shell from JP Software
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 1787 (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/ |
D | UserManagerService.java | 3332 (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
|