49fc3f7aa8b0da180f6cbc61da4df942ba398c2c
When deferring bindAllApplications, the same global state was being used to store the pending state. This global state was being cleared in one deferred execution after a second execution was scheduled, causing the second execution to get null/wrong values. Instead using independent local/anonymous class to maintian states, so that it does not get cleared by other methods. Bug: 64789383 Change-Id: I78477a110fe663603b4bdeb7d1fac7c4ce0831a2
Description
No description provided
Languages
Java
57.2%
Kotlin
42.4%
AIDL
0.3%