Files
frameworks_base/core/java/android
Phil Weaver c9bf45564b Fix accessibility action parceling
We were using an int for a bitmask, but the number of
standard actions reached 32 with the tooltip actions.
Switching to long.

This CL is mostly ag/3662206, but that CL did not
convert everything to ints.

Bug: 73897184
Test: AccessibilityNodeInfo tests caught this bug. I've also
enhanced it to make sure that all standard actions work
across parceling.

Change-Id: I2adae3ec34ac327af354449fbe6511f01cc30b2f
2018-03-06 13:07:36 -08:00
..
2018-02-16 15:40:27 -08:00
2018-02-16 20:45:22 +00:00
2018-02-16 20:45:22 +00:00
2018-02-12 17:30:02 -08:00
2018-03-06 13:07:36 -08:00