summaryrefslogtreecommitdiff
path: root/diff
AgeCommit message (Collapse)Author
2020-07-15Bring back touch events for double tap and double tap and hold. Ameer Armaly
This CL includes all subsequent fixes that were caused by the original change. Bug: 159168795 Test: atest TouchExplorerTest Change-Id: I416b90cf49a2804890246f2d52ee3a168059630f Change-Id: Ibecc5f6cd1cdb682d1026869f6aa03da7f123e08
2020-07-09linkToDeath exception cause system server crash Catherine Shi
java.util.NoSuchElementException: Death link does not exist when linkToDeath has remote exception, unlinkToDeath will fail and throw NoSuchElementException, catch it in AbstractAccessibilityServiceConnection to avoid system server crash. Bug: 157580692 Test: manual Change-Id: I42ce3a458e04539d76555679279d1368e0c61ae0