- May 15, 2024
-
-
Xin Guan authored
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/27348392 Change-Id: Ied6eeb54dfb71dcfbdd4d1e0707ad06b94e42ee7 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Xin Guan authored
-
Treehugger Robot authored
-
Ikram Gabiyev authored
-
Makoto Onuki authored
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1347163 Change-Id: I3e8a6ab45c3a697596a1e9a74fba526a5fae6680 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Pragya Bajoria authored
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1347163 Change-Id: If0c9e5db27826ab937840394ea9aa76c2d4d7770 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Josep del Río authored
-
Treehugger Robot authored
-
Automerger Merge Worker authored
* changes: [automerger skipped] Merge "Make sure an isolated removeTask becomes ready" into 24D1-dev am: ace5941e -s ours [automerger skipped] Make sure an isolated removeTask becomes ready am: 60386b82 -s ours
-
Evan Rosky authored
[automerger skipped] Merge "Make sure an isolated removeTask becomes ready" into 24D1-dev am: ace5941e -s ours am skip reason: Merged-In I14bed6164e12bd4d36c24870738188f5e89a4eb1 with SHA-1 31a9c1f4 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/27343521 Change-Id: Ib63ace2a2180d4d14d62a223906ea1ee18163145 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Mohamad Mahmoud authored
-
Evan Rosky authored
am skip reason: Merged-In I14bed6164e12bd4d36c24870738188f5e89a4eb1 with SHA-1 31a9c1f4 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/27343521 Change-Id: I76c87f376f597229fae6c9271fb439fadab4d83a Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Jigar Thakkar authored
-
Evan Rosky authored
-
Jeff DeCew authored
-
Matt Casey authored
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/27322962 Change-Id: Iedc7b5046413e3e472bc843779b7c6541d46992c Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Todd Lee authored
-
Todd Lee authored
Flag: NONE - just adding surface validation check Bug: b/324659948 Test: check wallpaper detach/no crash Change-Id: If991d255f7d3962661c94d4f626524b4012d29ab
-
Orhan Uysal authored
-
Matt Casey authored
-
Treehugger Robot authored
-
Michael Mikhail authored
-
Riddle Hsu authored
-
Chris Li authored
Bug: 307359855 Test: JavaDoc update only Change-Id: Icbc259722581bb3ca8ec40f221b6e03551a5052a
-
Jigar Thakkar authored
Bug: 319624844, 324208963 Test: Tested manually by flashing a local build Flag: ACONFIG android.multiuser.support_autolock_for_private_space NEXTFOOD Change-Id: I0e259f964fc5764b0724f517362d8c2471582812
-
Mohamad Mahmoud authored
Append logs from the kernel log buffer to dropbox through logcat, and add the necessary settings for kernel log line count. Bug: 324222683 Test: adb shell settings put global kernel_logs_for_data_app_anr 100 Change-Id: I760f1be849031e67bfed9e573cb76b9ad4727624
-
Yasin Kilicdere authored
-
Oluwarotimi Adesina authored
-
Jeff DeCew authored
-
Yasin Kilicdere authored
-
Johannes Gallmann authored
-
Treehugger Robot authored
-
Anton Potapov authored
-
Anton Potapov authored
Slice view would only be there as an "image" to show the button. Button composable handles the actual click alongside the a11y stuff Flag: aconfig new_volume_panel NEXTFOOD Test: manual on the phone with a compatible headset and voice over. Open Volume Panel and focus a11y button Fixes: 338527799 Fixes: 338531016 Fixes: 338532731 Fixes: 338346889 Change-Id: I2053ba8dc5f882922d7fffdf5fe6d396e31d1ebc
-
ELIYAZ MOMIN authored
-
Pragya Bajoria authored
Change-Id: Ic2ca850c5545d130f43f840ac4494376ce6ea39f Bug: 309014605
-
ELIYAZ MOMIN authored
Revert submission 27345338-finalization-step-2 Reason for revert: <Potential culprit for b/340790545 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted.> Reverted changes: /q/submissionid:27345338-finalization-step-2 Change-Id: I487a8fcd1d830d72ab5ce1b63cf83656acb80686
-
Riddle Hsu authored
Currently compiler always generates new class as $$ExternalSyntheticLambda* on every invocation place. And a new instance will be always created on invocation no matter whether the lambda is capturing arguments or not. By using an explicit shared instance, it can reduce synthetic class and method generation. Also reduce 4 instructions per invocation: new-instance, invoke-direct, check-cast, invoke-static. Bug: 163976519 Test: CtsWindowManagerDeviceActivity Change-Id: I71a89713d64f0605faf6045ba44389a8eb47f3d5
-