- Apr 23, 2024
-
-
Gaurav Bhola authored
-
Kean Mariotti authored
The source protos of the perfetto_trace_javastream target changed, which results in slightly different classes to be imported. Bug: 276433199 Test: presubmit Change-Id: Ieb8022e76c6f9a8ae6081c96834e90b8f36f348c
-
Chris Li authored
-
Chris Li authored
Because there can be multiple different UI threads for different View windows, the corresponding configuration changed callback can be triggered in different threads. Add lock to make it thread-safe. Fix: 335967960 Test: Refactor pass existing tests Flag: com.android.window.flags.window_token_config_thread_safe Change-Id: I504731bf60f029010ebd370bb2b2e99199998f2f
-
Treehugger Robot authored
[automerger skipped] Merge "Stay registered to proximity sensor while activities are occluding keyguard" into 24D1-dev am: cf8362a5 -s ours am skip reason: Merged-In I55f1472593d37f47574d4bf3c40ca7d69f86bad8 with SHA-1 9a29824c is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/27056015 Change-Id: I779a7c5e1e73a61fc30a98d201dd244da4f55ccc Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Shawn Lee authored
[automerger skipped] Stay registered to proximity sensor while activities are occluding keyguard am: f380fff3 -s ours am skip reason: Merged-In I55f1472593d37f47574d4bf3c40ca7d69f86bad8 with SHA-1 9a29824c is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/27056015 Change-Id: Iad1b3db37470b72f56af74c2dab4df2d87680ca5 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Johannes Gallmann authored
-
Treehugger Robot authored
-
András Kurucz authored
-
Shawn Lee authored
When a phone call is received while the device's prox sensor is covered (such as when it's face down on a table or in a pocket), we run falsing on all gestures while in the activity as if the sensor is still covered, because we unregister from further updates from the prox sensor once StatusBarState changes from KEYGUARD. This change keeps us subscribed to the prox sensor so we aren't left with stale state in this scenario. Bug: 297497511 Test: added a unit test, passes existing tests for sensor Test: manually checked we still unregister from proximity sensor updates when unlocked, in AOD, in lockscreen shade/QS, in bouncer Flag: NONE Change-Id: I55f1472593d37f47574d4bf3c40ca7d69f86bad8 Merged-In: I55f1472593d37f47574d4bf3c40ca7d69f86bad8
-
Jorge Gil authored
-
Xiang Wang authored
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/27056404 Change-Id: Ia8e7d5729e153308107fa6bb92baed7228d7b2f1 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Xiang Wang authored
-
Charlotte Lu authored
-
Charlotte Lu authored
-
Lucas Silva authored
-
Lucas Silva authored
-
Treehugger Robot authored
Merge "Sysconfig: Allow runtime differentiation of product configuration" into main am: c30aeaf4 am: 3fc810ee Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2437552 Change-Id: I2c0d250dea6be413a818486c243f60cfefa8df41 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Treehugger Robot authored
-
Lee Shombert authored
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2437552 Change-Id: I5a9c5727dcd85278bd0df0c30668c530af5e4e6b Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Liana Kazanova authored
-
Treehugger Robot authored
-
Jorge Gil authored
-
Oleg Blinnikov authored
-
Pawan Wagh authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3050289 Change-Id: If4b77ce04e6a8ab8bd02e20d76bb0cbde4107815 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Pawan Wagh authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3050289 Change-Id: I1cc53e212c14de215b8f212375fbd3f6239d109f Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Treehugger Robot authored
-
- Apr 22, 2024
-
-
Pawan Wagh authored
-
Liana Kazanova authored
This reverts commit 855a8539. Reason for revert: Potential culprit for 335917937 - will rung abtd before submission. Change-Id: I04a13838257005438c1eb79727f1a651b64705f4
-
Treehugger Robot authored
-
Jorge Gil authored
Hiding & showing the app handle in response to immersive mode changes causes flakiness in LayoutTests. This change puts the logic behind a flag so that it's disabled until the test failures are fixed. Fix: 335832294 Bug: 336368019 Test: atest CtsWindowManagerDeviceAnimations:android.server.wm.animations.LayoutTests#testLayoutAfterRemovingFocus --rerun-until-failure (passes with 200+ attempts with flag disabled) Test: manual - with flag enabled, the app handle is shown/hidden on immersive mode changes Change-Id: Iebc6498e4726d3edeb33d246353a00cbd230ee72
-
Lee Shombert authored
SQL strings are scanned to find the (first) SQL command and to characterize the statement. This change replaces a regular expression parser with a hand-crafted parser. Custom unit tests indicate that the new parser is 10x faster than the regex implementation. Native memory allocation done by the Java Matcher class is eliminated. Additional unit tests have been added to test the scanner. Test : atest * FrameworksCoreTests:android.database Flag: android.database.sqlite.simple_sql_comment_scanner Bug: 329118560 Change-Id: I3124dd7f57147607a07b42cfa711e54a81348b10
-
Jorge Gil authored
To hide/show the app handle whenever the app requests immersive mode while the app is in fullscreen. Bug: 336368019 Test: m Change-Id: I165685b40ffbc7651166655c51f976f4bf7e5209
-
Michael Mikhail authored
-
Ale Nijamkin authored
-
Michael Mikhail authored
-
Olivier St-Onge authored
am skip reason: Merged-In I920b1b37be24fe77ed17e160e85ccea5ac82ebca with SHA-1 32a65e8d is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/27057804 Change-Id: I400dc576344c04a978b24c5d63b65b39bc36b353 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Olivier St-Onge authored
[automerger skipped] Check if the device is provisioned before showing the satellite icon am: 9ffc1189 -s ours am skip reason: Merged-In I2ba8422871042390e257704f4ac7671a8f6f89e3 with SHA-1 5bc50b6c is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/27056865 Change-Id: I5193086089811d2936923c8ffd097bb75866f155 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Treehugger Robot authored
-