- May 15, 2024
-
-
Pragya Bajoria authored
Change-Id: Ic2ca850c5545d130f43f840ac4494376ce6ea39f Bug: 309014605
-
- May 14, 2024
-
-
Julia Reynolds authored
-
Chris Antol authored
-
Treehugger Robot authored
-
Atneya Nair authored
-
Automerger Merge Worker authored
* changes: [automerger skipped] Merge "Add the thread-safe protection for PowerAllowlistBackend if possible" into 24D1-dev am: 9e267f72 -s ours [automerger skipped] Add the thread-safe protection for PowerAllowlistBackend if possible am: da0da5ab -s ours
-
Julia Tuttle authored
-
Treehugger Robot authored
[automerger skipped] Merge "Add the thread-safe protection for PowerAllowlistBackend if possible" into 24D1-dev am: 9e267f72 -s ours am skip reason: Merged-In I3b9e76889db7807496e38371d735ca41160be88e with SHA-1 2bf60697 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/27341935 Change-Id: I944c575c84b0d9019fdb1bb4219afa2af6286477 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
YK Hung authored
[automerger skipped] Add the thread-safe protection for PowerAllowlistBackend if possible am: da0da5ab -s ours am skip reason: Merged-In I3b9e76889db7807496e38371d735ca41160be88e with SHA-1 2bf60697 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/27341935 Change-Id: Iad3fe03699e54f2f9930b51db1c006b1e2bca062 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Wenhao Shi authored
Merge "Fix error throwing by calling getCount before closing the cursor." into 24D1-dev am: b724ae49 Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/27333698 Change-Id: Icefaab73a4b15b49d497eca14f4e969d6f5a36f0 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Treehugger Robot authored
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3081324 Change-Id: I82a4c59410557675c34ffd2c2e8bd8955f564519 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Priyanka Advani authored
-
Beth Thibodeau authored
-
YK Hung authored
Add some thread-safe protection if possible, since the PowerAllowlistBackend is designed as single instance, but multiple modules in the Settings will use it, both in the background and main thread to cause the potential race conditions. Fix: 340029244 Test: presubmit Merged-In: I3b9e76889db7807496e38371d735ca41160be88e Change-Id: I5470558d2c3f330fb014d0f59891647633d2195d
-
Wenhao Shi authored
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3081324 Change-Id: Ib6607a1e5ba5d713714aa7b1858347c93af6785f Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Song Chun Fan authored
Merge "AppDataHelper:fix ArrayIndexOutOfBoundsException happen in fixAppsDataOnBoot method due to forget add lock." into main am: 91ed5874 am: 98bb2ee4 Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3075184 Change-Id: I76c619877ae376314ad744b8d0588962865cba00 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Songchun Fan authored
Dexopt using ArtService doesn't need to be locked by the mInstallLock, as it no longer depends on installd and can handle I/O failures gracefully. Unlocking it can prevent crashes due to lock contention on mInstallLock during long dexopt times. BUG: 306917971 Test: first make sure dexopt is enabled by setting "dalvik.vm.disable-art-service-dexopt" to false. Test: install the gmscore apk and while it's installing, creating/switching users by using Guest users. Observe in the log that the mInstallLock can be locked and unlocked while dexopt is still going on. Change-Id: Ibe283cb0f9057e6af336a6733bf20efa7ff36ef3
-
Song Chun Fan authored
Merge "AppDataHelper:fix ArrayIndexOutOfBoundsException happen in fixAppsDataOnBoot method due to forget add lock." into main am: 91ed5874 Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3075184 Change-Id: Ibe3458b9ba07c293d35605b6b0f7ca7832efab76 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Automerger Merge Worker authored
-
Massimo Carli authored
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/27264607 Change-Id: I8066e684699128be3b12a0d1c1d42c6bce3b0e03 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Jean-Michel Trivi authored
Merge "[Bugfix] Fix the issue where the spatializer available status could not be updated" into main am: 07f66cf4 am: b72a4128 Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3074148 Change-Id: Ia72032f4b7ea18f28dcf934dc17700c17a6272b3 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Song Chun Fan authored
Merge "AppDataHelper:fix ArrayIndexOutOfBoundsException happen in fixAppsDataOnBoot method due to forget add lock." into main
-
Beth Thibodeau authored
Calling NotifCollection.dismissNotification causes the deleteIntent for the notification to be sent. This API is used to tell when the notification has been explicitly dismissed by the user, so we shouldn't trigger it when the media control is removed automatically by the system. Currently, the system only dismisses the notification automatically when the media session is destroyed, or when the notification is already removed by other means such as when pausing the app. User-initated dismissal can happen via the long press menu, or by swiping away paused media when the resumption setting is off. Bug: 335875159 Bug: 339904764 Test: atest com.android.systemui.media.controls Test: manual with test app: verify intent is sent when dismissing via long press and is not sent when destroying the session Test: manual, as above with media_controls_refactor flag enabled Test: manual, turn off resumption, verify intent is sent after swiping away paused media Flag: aconfig com.android.systemui.media_controls_user_initiated_dismiss DEVELOPMENT Change-Id: I49e9b8e5c84383fc3bb2633ec39b71a8f2b9bdb6
-
Sandeep Bandaru authored
-
Massimo Carli authored
-
Jean-Michel Trivi authored
Merge "[Bugfix] Fix the issue where the spatializer available status could not be updated" into main am: 07f66cf4 Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3074148 Change-Id: Ibcccfbdf3ccc986f4cd54fce988dbcad387ff600 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Pragya Bajoria authored
-
Pavel Grafov authored
Bug: 335110600 Test: atest CtsDevicePolicyManagerTestCases:com.android.cts.devicepolicy.MixedDeviceOwnerTest#testSecurityLoggingWithSingleUser Change-Id: I658090a6edc73df17569480df32044358fb4c166
-
Joël Stemmer authored
-
Automerger Merge Worker authored
-
Joshua Trask authored
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/27301916 Change-Id: I7e75874baa537d41bd21769ecfdeeacca579e3e9 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Alexei Nicoara authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3079847 Change-Id: I35d1e75d6961c2076ef7bfeee132721d023bdc46 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Anton Potapov authored
-
Julia Reynolds authored
-
Julia Reynolds authored
-