Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/
DREADME.md1 # WM Shell Test
3 This contains all tests written for WM (WindowManager) Shell and it's currently
9 tests verify the WM Shell as a whole, like talking to WM core. This usually
14 …[WM Shell Flicker Test Package](http://cs/android/framework/base/libs/WindowManager/Shell/tests/fl…
/frameworks/base/libs/WindowManager/Shell/tests/flicker/
DREADME.md1 # WM Shell Flicker Test Package
10 To run the Flicker Tests for WM Shell, simply run `atest WMShellFlickerTests`
/frameworks/base/packages/Shell/
DAndroid.bp15 name: "Shell",
33 name: "Shell-package-library",
/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
DTEST_MAPPING25 "path": "frameworks/base/packages/Shell"
/frameworks/base/libs/WindowManager/Shell/
DAndroid.bp94 name: "WindowManager-Shell-proto",
104 name: "WindowManager-Shell",
127 "WindowManager-Shell-proto",
/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()
455 Shell shell = new Shell(); in dumpImpl()
/frameworks/base/packages/SystemUI/
DAndroid.bp44 "WindowManager-Shell-proto",
66 "WindowManager-Shell",
184 "WindowManager-Shell",
DREADME.md145 Delegates SysUI events to WM Shell controllers.
/frameworks/base/packages/Shell/tests/
DAndroid.bp26 instrumentation_for: "Shell",
/frameworks/base/
DPREUPLOAD.cfg33 …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/libs/WindowManager/Shell/tests/unittest/
DAndroid.bp33 "WindowManager-Shell",
/frameworks/base/packages/SystemUI/src/com/android/systemui/tracing/
Dsysui_trace.proto19 import "frameworks/base/libs/WindowManager/Shell/proto/wm_shell_trace.proto";
/frameworks/av/services/camera/libcameraservice/libcameraservice_fuzzer/
DREADME.md16 5. Shell Command (parameter name: `shellCommand`)
/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/
DBatteryService.java866 class Shell extends ShellCommand { class in BatteryService
900 int parseOptions(Shell shell) { in parseOptions()
911 int onShellCommand(Shell shell, String cmd) { in onShellCommand()
1088 Shell shell = new Shell(); in dumpInternal()
1261 (new Shell()).exec(this, in, out, err, args, callback, resultReceiver); in onShellCommand()
DUiModeManagerService.java801 new Shell(mService).exec(mService, in, out, err, args, callback, resultReceiver);
1227 pw.print(Shell.nightModeToStr(mNightMode)); pw.print(") "); in dumpImpl()
1830 private static class Shell extends ShellCommand { class in UiModeManagerService
1838 Shell(IUiModeManager iface) { in Shell() method in UiModeManagerService.Shell
/frameworks/base/apex/jobscheduler/service/java/com/android/server/
DDeviceIdleController.java2022 (new Shell()).exec(this, in, out, err, args, callback, resultReceiver); in onShellCommand()
4307 class Shell extends ShellCommand { class in DeviceIdleController
4322 int onShellCommand(Shell shell, String cmd) { in onShellCommand()
4801 Shell shell = new Shell(); in dump()
/frameworks/proto_logging/stats/enums/app/
Dtvsettings_enums.proto1072 // TvSettings > Device Preferences > Chromecast Android Shell
1075 // TvSettings > Device Preferences > Chromecast Android Shell >
/frameworks/base/services/core/java/com/android/server/rollback/
DREADME.md186 ##Shell Commands for Rollback
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java4984 (new Shell()).exec(this, in, out, err, args, callback, resultReceiver); in onShellCommand()
4987 int onShellCommand(Shell shell, String cmd) { in onShellCommand()
5008 private int runList(PrintWriter pw, Shell shell) throws RemoteException { in runList()
5088 private int runReportPackageWhitelistProblems(PrintWriter pw, Shell shell) { in runReportPackageWhitelistProblems()
5770 private class Shell extends ShellCommand { class in UserManagerService
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java5227 static class Shell extends ShellCommand { class in AppOpsService
5244 Shell(IAppOpsService iface, AppOpsService internal) { in Shell() method in AppOpsService.Shell
5424 (new Shell(this, this)).exec(this, in, out, err, args, callback, resultReceiver); in onShellCommand()
5458 static int onShellCommand(Shell shell, String cmd) { in onShellCommand()
5896 dumpOp = Shell.strOpToOp(args[i], pw); in dump()
5935 dumpMode = Shell.strModeToMode(args[i], pw); in dump()
/frameworks/base/services/
Dart-profile3407 PLcom/android/server/UiModeManagerService$Shell;->access$4800(I)Ljava/lang/String;
3408 PLcom/android/server/UiModeManagerService$Shell;->nightModeToStr(I)Ljava/lang/String;
9906 PLcom/android/server/appop/AppOpsService$Shell;-><clinit>()V
9907 PLcom/android/server/appop/AppOpsService$Shell;-><init>(Lcom/android/internal/app/IAppOpsService;Lc…
9908 PLcom/android/server/appop/AppOpsService$Shell;->onCommand(Ljava/lang/String;)I
9909 PLcom/android/server/appop/AppOpsService$Shell;->parseUserPackageOp(ZLjava/io/PrintWriter;)I
10014 …op/AppOpsService;->onShellCommand(Lcom/android/server/appop/AppOpsService$Shell;Ljava/lang/String;…
33236 PLcom/android/server/pm/UserManagerService$Shell;-><init>(Lcom/android/server/pm/UserManagerService…
33237 PLcom/android/server/pm/UserManagerService$Shell;-><init>(Lcom/android/server/pm/UserManagerService…
33238 PLcom/android/server/pm/UserManagerService$Shell;->onCommand(Ljava/lang/String;)I
[all …]