- Sep 27, 2023
-
-
Behnam Heydarshahi authored
Merge "Revert "Clear main looper before VolumeDialogImplTest"" into udc-qpr-dev am: b2f64cbc am: d02dcb66 Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24819732 Change-Id: I841711dfd1368753c7be55d464485d1e68b0f9c4 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Matt Buckley authored
[automerger skipped] Merge "Send cached target duration when creating sessions" into udc-qpr-dev am: 348d90c7 am: bd304f3d -s ours am skip reason: Merged-In I80d90e855fce92264d8341aad78b19dc547b65f4 with SHA-1 1b99d789 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24866464 Change-Id: Icf2b8e4b5e019d48ef9612a55130957ed970fb8d Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Behnam Heydarshahi authored
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24819732 Change-Id: Iaa7f347b469ae1e9259bdaff4837cfd862557be4 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Jernej Virag authored
-
Helen Cheuk authored
-
Coco Duan authored
-
Behnam Heydarshahi authored
-
Pablo Gamito authored
-
John Reck authored
-
Treehugger Robot authored
-
Matt Buckley authored
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24866464 Change-Id: I162b41e03709c8c0a967b2f96d8306c025f5874c Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Treehugger Robot authored
-
Makoto Onuki authored
-
Ibrahim Yilmaz authored
-
Jernej Virag authored
-
Matt Buckley authored
-
Matt Buckley authored
This fixes an issue where the default target duration was being sent when re-creating sessions, after the true target duration was already known. This caused the wrong value in PowerHAL, and no corrective update was sent because the cached value never changed. Bug: 301806277 Test: hwuitest Change-Id: I80d90e855fce92264d8341aad78b19dc547b65f4 Merged-In: I80d90e855fce92264d8341aad78b19dc547b65f4
-
Sally Yuen authored
-
Weilin Xu authored
Bug: 302346449 Test: m -j Change-Id: Ibbf789889aed57c18f6f7d21736c838a3d069d5b
-
Peter Kalauskas authored
-
Ats Jenk authored
-
Robin Lee authored
-
Yi-an Chen authored
Add unit tests for testOnPackageInstalled, testOnAppIdRemoved and other trivial functions for AppIdPermissionPolicy. Also made BaseAppIdPermissionPolicyTest abstract and put the non-parameterized tests in AppIdPermissionPolicyTest Bug: 280853174 Test: AppIdPermissionPolicyTest Change-Id: If8680cc04ca94a0e5c4b88b4ce4b4987de3616f0
-
Yining Liu authored
-
Sally authored
This copies the live region documentation and puts it in the announceForAccessibility javadocs, so developers see immediately that they should use error APIs for error UIs. Test: n/a Bug: n/a Change-Id: I9a7819d82b8ffdf779c7a6851e09fa8a9a55d361
-
John Reck authored
Change-Id: Iae30cc12ad3ee46c04094fbe0714d9b1b2a63c2e
-
Ady Abraham authored
* changes: Plumb setFrameRate to TexureView Introduce SurfaceTextureListener
-
Kevin Lubick authored
-
Kevin Lubick authored
This was added in https://skia-review.googlesource.com/c/skia/+/760017 and the old versions were deprecated. Change-Id: I8f08431966cf6205a180626763915b402bec81d6 Bug: b/293490566
-
Aaron Liu authored
-
Marvin Ramin authored
-
Ats Jenk authored
Controller updated to use TRANSIT_TO_FRONT for showing desktop tasks. Update the test. Bug: 302210282 Test: atest DesktopTasksControllerTest Change-Id: Id8c7aefcba86f6fd5d75d297f7c9ea904df72ad8
-
Ibrahim Yilmaz authored
This CLs binds setDataAsync and its feature flag. Bug: 293961072 Test: SystemUiTests Change-Id: Ie482d130aff81943c55e7cee464b68274fcb8e99
-
Song Chun Fan authored
-
Felix Oghina authored
-
Michał Brzeziński authored
-
Joanne Chung authored
-
Jernej Virag authored
In NotificationTemplateViewWrapper, we kept Action PendingIntents around so we could disable notification Actions correctly if those intents were cancelled and Actions were updated (there's a race there due to use of multiple threads). If application keeps updating their PendingIntents, we ended up keeping several 1000 of them, which causes problems for system_server due to Binder leaks. This CL makes sure we only keep PendingIntent HashCodes (they're enough to disambiguate) and clean even those as Actions get updated. We now also only have a single listener instance to avoid leaks of those. Bug:295847709 Bug:298028699 Test: Newly added unit tests. (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:af02615322671de23cb3bae55b1e24ee7f309ae0) Merged-In: I67188ee73920b1fea3a785bf729342ffc0099f20 Change-Id: I67188ee73920b1fea3a785bf729342ffc0099f20
-
Behnam Heydarshahi authored
This reverts commit cd099943. Reason for revert: cannot remove messages posted by a handler from a different handler. https://googleplex-android-review.git.corp.google.com/c/platform/frameworks/base/+/24815627/comment/b6a1af67_34f1b4e6/ Change-Id: Ia7b4d24e9e2085393354f1171cc3e92b9d18fad6
-
Roy Chou authored
-