- Jun 10, 2024
-
-
Dmitri Plotnikov authored
Bug: 333941740 Test: atest PowerStatsTestsRavenwood; atest PowerStatsTests Flag: com.android.server.power.optimization.streamlined_misc_battery_stats Change-Id: I37dfece1cbbe6d663be5d232cb684858542d8035
-
Vinit Nayak authored
-
Josh Tsuji authored
* changes: Don't call setLockScreenShown until we know if it's showing. Always start dismiss transition when the going away animation starts. Check both isDozing and isAodAvailable for aodVisibility.
-
Juan Sebastian Martinez authored
-
Automerger Merge Worker authored
-
Michael Wright authored
-
Elliott Hughes authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3122731 Change-Id: Iecea9d926b4f9d9152e61953c0b08853f5bd1eb2 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Treehugger Robot authored
Merge "Fix some discrepancies in @Deprecated handling in Metalava" into main am: 0c73437c am: b386957e Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3123071 Change-Id: I29a5ac73a4a69340a7edd37cda2cf580f1da10ab Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Maryam Dehaini authored
-
Elliott Hughes authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3122731 Change-Id: I16ec6a58d2a0ec08b48ea87a04fc5cebd41ff35d Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3123071 Change-Id: Id8285aa6d421be672f5a8b960fb193ccb3eb5084 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Elliott Hughes authored
-
Treehugger Robot authored
-
Yisroel Forta authored
-
Riley Jones authored
-
Jian-Syuan (Shane) Wong authored
-
Vinit Nayak authored
* Divider bar was added to recents transition because StageCoordinator was incorrectly reporting split screen as visible after we break split on fold+unlock. * That bad reporting resulted in using a mixed handler for split + recents which then adds the divider bar to the transition. * We correctly receive an onTaskVanished(), however we explicitly prevent a call to sendStatusChanged() if we're using shell transitions, otherwise that may have updated state accordingly Test: Repro doesn't show divider bar Subsequent split creation works as expected Fixes: 328665238 Change-Id: If150e7d6fd3ce58547347fddb3d613911de92568
-
Josh Tsuji authored
Early calls to setLockscreenShown with aodVisible=true/false were causing us to apply the default lockscreenShowing=true value, which causes problems if we boot with the lockscreen disabled. The new KeyguardTransitionBootInteractor guarantees that we'll be provided a lockscreenShowing=true/false value soon after boot, so we can just wait for that. Test: atest WindowManagerLockscreenVisibilityManagerTest Flag: EXEMPT bugfix Bug: 278086361 Change-Id: I50b3bd44a10efb1a7433af5a2468e83eba8f975a
-
Reema Bajwa authored
-
Ikram Gabiyev authored
-
Josh Tsuji authored
Flag: com.android.systemui.keyguard_wm_state_refactor Bug: 278086361 Test: atest SystemUITests Change-Id: Ie538dbc49fab99e1883f72792608ec56f3c8184f
-
Jean-Michel Trivi authored
-
Haoran Zhang authored
Merge "[Autofill Framework] Change fill fields from current session default to true on framework" into main
-
Paul Duffin authored
Previously, Metalava had some inconsistencies in the handling of deprecated status which lead to some inconsistencies in the API signature files. This change fixes those signatures. * `onGetLayoutInflater` was removed because the code to determine whether a method is elided from the signature files because it matches an overridden method will only elide a method if it has the same deprecated status as the overridden method. However, in some cases it would not take into account that the method, while not explicitly deprecated was a member of a deprecated class. That meant that `onGetLayoutInflater` was kept in the API signature file when it should not have been. That issue is fixed in this topic and so this change removes it. * `setPackagesSuspended` had an `@Deprecated` annotation added to it because while the API signature writing was supposed to add an `@Deprecated` annotation for a method that was explicitly deprecated or a member of a deprecated class in some cases the latter was ignored. That issue is fixed in this topic and so this change adds the previously missing `@Deprecated` annotation. Bug: 315206833 Test: m checkapi Change-Id: I0ef23d32c5b5b11f964aeb93c2bb0346d75cea83
-
Josh Tsuji authored
Test: atest SystemUITests Flag: EXEMPT bugfix Bug: 278086361 Change-Id: Ieeb71ec9b1bc2516244db48f80f8a9f88e13a203
-
Jeff DeCew authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Elliott Hughes authored
Change-Id: Id10bc8dbec318b7f1a479ea0a0b3792d9313f742
-
Matt Buckley authored
-
Ikram Gabiyev authored
Disallow enter PiP while Launching another task into one of split stage tasks. This should also help Core keep ActivityTaskSupervisor#mUserLeaving as false, which helps avoid onUserLeaveHint() on client-side and any legacy enter-PiP requests. Bug: 336477473 Test: repro the steps in the bug (latest comments) Change-Id: Idceebc9742f45d17ebe5398df2c151085d33c775
-
Eden Mendel authored
Merge "Add `llvm_and_toolchains` to SettingsToPropertiesMapper to allow native flag access related to trunk stable onboarding" into main
-
Treehugger Robot authored
-
Jason Hsu authored
-
Shawn Lee authored
-
Anna Zhuravleva authored
-
Adrian Roos authored
- ensures screen is on and unlocked - throws if shell commands fail Bug: 345852698 Bug: 339535798 Test: atest FrameworksImeTests Flag: TEST_ONLY Change-Id: I0209ffe5ec62dbe112e87fabc762399635dfaa9a
-
Jeff DeCew authored
Bug: 330610050 Test: make statsd_testdrive && $ANDROID_HOST_OUT/bin/statsd_testdrive -terse 90 Flag: com.android.systemui.notification_avalanche_throttle_hun Flag: com.android.systemui.notification_avalanche_suppression Change-Id: I16a02f9b6dc506f57746654392691661e053118e
-
Shai Barack authored
-
Matthew Reynolds authored
-