- Feb 11, 2024
-
-
Solti Ho authored
Revert submission 26154399 Reason for revert: b/324707605 Reverted changes: /q/submissionid:26154399 Change-Id: Ib4ab9a80e74ad5bfec005dd2744458a60bdedde1
-
- Feb 08, 2024
-
-
Harry Cutts authored
If we want to inject events at predictable times, then we shouldn't take into account the current time when scheduling those injections, as that could change depending on the timings of the process sending commands to uinput. Instead, assume that the process sending commands intends time offsets between injected events to be as close as possible to those specified in the delay commands. Bug: 310958309 Test: atest CtsInputTestCases Change-Id: I3ceab49bd6f492244e53d3263bf10802353853c2
-
Harry Cutts authored
Last year support for specifying timestamps for uinput events was added to the Linux Kernel [0]. This allows us to give precise timestamps for events being played back from an evemu recording, despite the actual times at which we inject them being imprecise due to how threads and the kernel are scheduled. [0]: https://lore.kernel.org/lkml/20230427000152.1407471-1-biswarupp@google.com/ Bug: 310958309 Test: with the patch added to the device's kernel, play back pointing stick and touchscreen recordings. Compare `getevent -lt` output with the timestamps in the recordings to check that the offsets between timestamps match (e.g. using a spreadsheet). Test: atest UinputTests Change-Id: If486cdb7218918aca64e6561f9fc2f30acce736a
-
Harry Cutts authored
evemu recordings use microseconds for their time intervals, but we can only schedule handler calls in Device at millisecond precision. So far we've converted the microseconds into milliseconds in EvemuParser, which means that the precision losses compound over time (since each delay will be slightly shorter than it should be, and the next delay will start from that slightly earlier time, etc.). Keeping the delay durations in a more precise unit up until the very last moment means that we'll only get the precision loss once for each event. Since it's somewhat uncommon to use microseconds elsewhere in Android code, and we get the system time in nanoseconds, we may as well use nanoseconds rather than microseconds. Bug: 310958309 Test: play an evemu recording through uinput Test: atest UinputTests Change-Id: I68d54c05214ae778167adfd0d3fc9a345454c336
-
- Jan 30, 2024
-
-
Treehugger Robot authored
-
Victor Chang authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2932173 Change-Id: Ia663dd913af953d77abdc9c54edc58835e57147f Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Michael Groover authored
-
Michael Groover authored
This commit updates the mutator API name to setNullCipherNotificationsEnabled to maintain consistency with the accessor API isNullCipherNotificationsEnabled. Bug: 321949243 Test: atest TelephonyManagerTest Change-Id: Id267e6cce87d6533b3128a94c0747f9c2b0667a6
-
Jeff Sharkey authored
-
Yasin Kilicdere authored
-
Jeff DeCew authored
-
Victor Chang authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2932173 Change-Id: Iee5827e1c2c6e5312958c93de6421980f8791cf0 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Devarshi Bhatt authored
-
Santiago Seifert authored
[automerger skipped] Merge "Revert^2 "Revert "Fix vulnerability in AttributionSource due to in..."" into tm-dev am: d42b60e9 am: 4b7985ba am: 31fa9837 -s ours am: ac48333a -s ours am: 0ede07ef -s ours am: 2aeaf468 -s ours am skip reason: Merged-In Ic301a8518b8e57e1c9a2c9f2f845e51dca145257 with SHA-1 922e52bc is already in history. Merged-In was found from reverted change. Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/26057828 Change-Id: I6fcc52ec1c6081b92669498854486a793100e498 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Santiago Seifert authored
[automerger skipped] Merge "Revert^2 "Revert "Fix vulnerability in AttributionSource due to in..."" into tm-dev am: d42b60e9 am: a17065fc -s ours am: 9e5f87b8 -s ours am: e0b1ab6b -s ours am: df1a4bec -s ours am skip reason: Merged-In Ic301a8518b8e57e1c9a2c9f2f845e51dca145257 with SHA-1 922e52bc is already in history. Merged-In was found from reverted change. Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/26057828 Change-Id: Id068b2ec351ae171c1d1f447bdc197c133c3bdab Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Liran Binyamin authored
-
Liran Binyamin authored
TaskView instances are now shared between floating bubbles and bubble bar expanded views. This avoids recreating task views for the same bubble when switching between modes. Fixes: 316358859 Test: Manual - sanity test bubble interaction and changing modes Change-Id: Ie46584042f82a7ec729c9c7db23970bed3182cb8
-
Victor Chang authored
-
Harry Cutts authored
Bug: 321978150 Test: with the flag enabled, run `adb shell settings put system touchpad_tap_dragging 1`, try tap dragging (tapping then immediately putting your finger back on the touchpad and moving it) Test: atest com.android.server.input.InputManagerServiceTests Change-Id: Ieb9ba8961366d1cc9c6cd98e500b5be8f3b2ecac
-
Jeff DeCew authored
-
Santiago Seifert authored
[automerger skipped] Merge "Revert^2 "Revert "Fix vulnerability in AttributionSource due to in..."" into tm-dev am: d42b60e9 am: 4b7985ba am: 31fa9837 -s ours am: ac48333a -s ours am: 4eef257c -s ours am skip reason: Merged-In Ic301a8518b8e57e1c9a2c9f2f845e51dca145257 with SHA-1 922e52bc is already in history. Merged-In was found from reverted change. Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/26057828 Change-Id: Icebb15181c5e84356de8ef921569006a85034879 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Santiago Seifert authored
[automerger skipped] Merge "Revert^2 "Revert "Fix vulnerability in AttributionSource due to in..."" into tm-dev am: d42b60e9 am: 4b7985ba am: 31fa9837 -s ours am: ac48333a -s ours am: 0ede07ef -s ours am skip reason: Merged-In Ic301a8518b8e57e1c9a2c9f2f845e51dca145257 with SHA-1 922e52bc is already in history. Merged-In was found from reverted change. Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/26057828 Change-Id: Ic094fb448a81733e03a6d938e8de487caa6b1bad Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Santiago Seifert authored
[automerger skipped] Merge "Revert^2 "Revert "Fix vulnerability in AttributionSource due to in..."" into tm-dev am: d42b60e9 am: a17065fc -s ours am: 9e5f87b8 -s ours am: e0b1ab6b -s ours am skip reason: Merged-In Ic301a8518b8e57e1c9a2c9f2f845e51dca145257 with SHA-1 922e52bc is already in history. Merged-In was found from reverted change. Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/26057828 Change-Id: Iad078cd31875e553da7cb957204f3b75f3c45dc9 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Santiago Seifert authored
[automerger skipped] Merge "Revert^2 "Revert "Fix vulnerability in AttributionSource due to in..."" into tm-dev am: d42b60e9 am: a17065fc -s ours am: 9e5f87b8 -s ours am: fc69a342 -s ours am skip reason: Merged-In Ic301a8518b8e57e1c9a2c9f2f845e51dca145257 with SHA-1 922e52bc is already in history. Merged-In was found from reverted change. Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/26057828 Change-Id: I7f4a388d441f502272b05016c5c8c192c665e419 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Roy Chou authored
-
Santiago Seifert authored
[automerger skipped] Merge "Revert^2 "Revert "Fix vulnerability in AttributionSource due to in..."" into tm-dev am: d42b60e9 am: 4b7985ba am: 31fa9837 -s ours am: ac48333a -s ours am skip reason: Merged-In Ic301a8518b8e57e1c9a2c9f2f845e51dca145257 with SHA-1 922e52bc is already in history. Merged-In was found from reverted change. Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/26057828 Change-Id: I4ec2cef0a789445f3c5352b47a2b5936116ae8bc Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Santiago Seifert authored
[automerger skipped] Merge "Revert^2 "Revert "Fix vulnerability in AttributionSource due to in..."" into tm-dev am: d42b60e9 am: 4b7985ba am: 31fa9837 -s ours am: ac48333a -s ours am skip reason: Merged-In Ic301a8518b8e57e1c9a2c9f2f845e51dca145257 with SHA-1 922e52bc is already in history. Merged-In was found from reverted change. Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/26057828 Change-Id: Idaa8fe9bbd6c32b37677b5d05865cb08db13ba68 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Yasin Kilicdere authored
This CL effectively reverts ag/22336171. Which was introduced to prevent app icons blinking after a user switch, by waiting for the launcher's main handler thread to become available and indirectly stalling the dismissal of the user switching dialog. This wasn't a very good solution but it was hiding jank in favor of performance. Now this workaround is not necessary, since app icons blinking is not happening anymore even after this CL. But with this change, duration of the UserSwitchObservers part of the user switch decreased by 75% from 971.58ms to 243.48ms and the standart deviation decreased 10 times from 475.40ms to 41.80ms. Comparison charts and more info are attached to the bug. Bug: 319352292 Bug: 275349347 Test: Manual control of Perfetto traces Test: Visual control of user switch Flag: NONE Change-Id: Ic78c392ab0f1d0235154953691f7f5dfae19a474
-
Santiago Seifert authored
[automerger skipped] Merge "Revert^2 "Revert "Fix vulnerability in AttributionSource due to in..."" into tm-dev am: d42b60e9 am: a17065fc -s ours am: 9e5f87b8 -s ours am skip reason: Merged-In Ic301a8518b8e57e1c9a2c9f2f845e51dca145257 with SHA-1 922e52bc is already in history. Merged-In was found from reverted change. Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/26057828 Change-Id: I52323c6b5e0d003498dc5371e4c89d92d713c529 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Santiago Seifert authored
[automerger skipped] Merge "Revert^2 "Revert "Fix vulnerability in AttributionSource due to in..."" into tm-dev am: d42b60e9 am: 4b7985ba am: 31fa9837 -s ours am skip reason: Merged-In Ic301a8518b8e57e1c9a2c9f2f845e51dca145257 with SHA-1 922e52bc is already in history. Merged-In was found from reverted change. Reverted change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21896481 Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/26057828 Change-Id: I0d69241bf85b06411d4af0ec3c5c5111e66b2069 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Santiago Seifert authored
[automerger skipped] Merge "Revert^2 "Revert "Fix vulnerability in AttributionSource due to in..."" into tm-dev am: d42b60e9 am: a17065fc -s ours am: 9e5f87b8 -s ours am skip reason: Merged-In Ic301a8518b8e57e1c9a2c9f2f845e51dca145257 with SHA-1 922e52bc is already in history. Merged-In was found from reverted change. Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/26057828 Change-Id: I9e1508214f946e4ea1b30fe818ed07aa103cb0d0 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Jakob Schneider authored
-
Beverly Tai authored
-
Beverly Tai authored
-
Beverly Tai authored
-
Santiago Seifert authored
[automerger skipped] Merge "Revert^2 "Revert "Fix vulnerability in AttributionSource due to in..."" into tm-dev am: d42b60e9 am: a17065fc -s ours am skip reason: Merged-In Ic301a8518b8e57e1c9a2c9f2f845e51dca145257 with SHA-1 922e52bc is already in history. Merged-In was found from reverted change. Reverted change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21896481 Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/26057828 Change-Id: I67a1007036edeb1aeea6592d3e7a6d0681a83834 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Riddle Hsu authored
-
Santiago Seifert authored
Merge "Revert^2 "Revert "Fix vulnerability in AttributionSource due to in..."" into tm-dev am: d42b60e9 am: 4b7985ba Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/26057828 Change-Id: I564ec905a55649d01750c14073b27e234bdba6c4 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Santiago Seifert authored
Merge "Revert^2 "Revert "Fix vulnerability in AttributionSource due to in..."" into tm-dev am: d42b60e9 Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/26057828 Change-Id: I89bbf341d45624cee08af686b0ed8435af366c02 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Santiago Seifert authored
Merge "Revert^2 "Revert "Fix vulnerability in AttributionSource due to in..."" into tm-dev am: d42b60e9 Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/26057828 Change-Id: I9ca5613a19482cd290a0d143a8a0393c9548243d Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-