/aosp14/frameworks/base/services/core/java/com/android/server/power/batterysaver/ |
H A D | BatterySaverStateMachine.java | 608 private void updateStateLocked(boolean manual, boolean enable) { in updateStateLocked() argument 609 if (!manual && !(mBootCompleted && mSettingsLoaded && mBatteryStatusSet)) { in updateStateLocked() 616 if (manual) { in updateStateLocked() 641 if (manual) { in updateStateLocked() 667 } else if (manual) { in updateStateLocked() 697 if (manual) { in updateStateLocked() 715 if (manual) { in updateStateLocked() 770 enableBatterySaverLocked(enable, manual, intReason, reasonToString(intReason)); in enableBatterySaverLocked() 781 Slog.d(TAG, "enableBatterySaver: enable=" + enable + " manual=" + manual in enableBatterySaverLocked() 802 if (manual) { in enableBatterySaverLocked() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/utils/ |
H A D | Watched.java | 33 boolean manual() default false; in manual() method
|
H A D | Watchable.java | 87 } else if (!annotation.manual()) { in verifyWatchedAttributes()
|
/aosp14/frameworks/base/media/tests/ |
H A D | README.txt | 10 All other subdirectories are manual tests or sample apps.
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/ |
H A D | MediaDecoder.java | 180 private void stop(boolean manual) { in stop() argument 181 if (manual) { in stop()
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile-extra.txt | 17 # A list of methods that are found to be latency sensitive. We have this manual
|
/aosp14/frameworks/base/startop/view_compiler/ |
H A D | README.md | 22 * View compilation is a manual process that requires code changes in the
|
/aosp14/frameworks/base/packages/SystemUI/docs/device-entry/ |
H A D | doze.md | 67 For manual local testing, set [DozeUI][17]#BURN_IN_TESTING_ENABLED to true, and then manual time br…
|
/aosp14/frameworks/base/core/proto/android/service/ |
H A D | notification.proto | 201 // Package name, only used for manual ZenRules. 307 // May also be "MANUAL_RULE" to indicate app-activation of the manual rule.
|
/aosp14/frameworks/base/core/api/ |
H A D | system-removed.txt | 82 field @Deprecated public static final String EXTRA_MANUAL = "manual";
|
/aosp14/frameworks/base/api/ |
H A D | StubLibraries.bp | 586 "metalava-manual",
|
/aosp14/frameworks/base/services/core/java/com/android/server/rollback/ |
H A D | README.md | 291 contained, then the app will be broken after rollback and require manual
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageManagerService.java | 838 @Watched(manual = true) 840 @Watched(manual = true) 846 @Watched(manual = true) 848 @Watched(manual = true) 851 @Watched(manual = true) 874 @Watched(manual = true) 876 @Watched(manual = true)
|
H A D | Settings.java | 369 @Watched(manual = true) 473 @Watched(manual = true) 500 @Watched(manual = true) 551 @Watched(manual = true) 554 @Watched(manual = true) 557 @Watched(manual = true)
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | WindowManager.java | 4644 public final void setSurfaceInsets(View view, boolean manual, boolean preservePrevious) { in setSurfaceInsets() argument 4661 hasManualSurfaceInsets = manual; in setSurfaceInsets()
|
/aosp14/frameworks/base/ |
H A D | Android.bp | 661 merge_annotations_dirs: ["metalava-manual"],
|
/aosp14/frameworks/base/media/native/midi/include/ |
H A D | Doxyfile | 1917 # man pages. In case the manual section does not start with a number, the number
|
/aosp14/frameworks/base/proto/src/metrics_constants/ |
H A D | metrics_constants.proto | 5240 …// OPEN: Settings > Sound & notification > Do Not Disturb > TURN ON -> Time countdown manual rule …
|