summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorArthur Hung <arthurhung@google.com>2019-03-19 14:28:15 +0800
committerArthur Hung <arthurhung@google.com>2019-03-25 12:29:01 +0800
commitd2708f0b427ad1ef40ea6d4af370bb95f64143e0 (patch)
tree1b083abd01a1e09bdadb709a6888a55d9fefd833 /tools/aapt2/java/JavaClassGenerator_test.cpp
parentb31576dfa6f735f98ff27fa8a93c25f348e8ef1a (diff)
Fix no vibration when typing from time to time
VibratorService would ignore the vibration request by checking if the uid state is in background from cache. But the cache updating from UidObserver would be handled after service connected and responded. That would cause some time gap to check if the process is in foreground. - Change to the full update when bindService that guarantees the UidObserver is called in time. Test: atest AppComponentFactoryTest Test: atest VibratorTest Test: Change software keyboard between different windows. Bug: 121436339 Change-Id: If260dc19e1a32c9dbb58c8ce960f295c6c919406
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions