diff options
author | 2025-03-04 23:44:25 +0000 | |
---|---|---|
committer | 2025-03-05 17:20:37 +0000 | |
commit | 19fcc80f159635104306ff1f104a7e01e63c34a9 (patch) | |
tree | 40f4a2b0e5c88903934ad3055014205731e9e7f2 /services/backup/java | |
parent | 6c8bada5040a29053687aa5c64df00c7439c3d14 (diff) |
Ensure mDreamToken is only accessed on main thread.
This changelist updates access to mDreamToken to only happen on the
main thread. Most calls already happen this way for view and
lifecycle callbacks. However, a number of calls happen from other
invocations such as binder calls or invocations from DreamService
implementations. In such cases, the logic should be marshalled
onto the handler thread.
Fixes: 382609257
Flag: EXEMPT bugfix
Test: atest DreamServiceTest
Change-Id: Ifa142368838e7330ae042480d34bed0c23184894
Diffstat (limited to 'services/backup/java')
0 files changed, 0 insertions, 0 deletions