commit | 159c6f48c1c608b321db0f49fda2c561744a2044 | [log] [tgz] |
---|---|---|
author | Dave Mankoff <mankoff@google.com> | Fri Apr 24 11:30:50 2020 -0400 |
committer | Dave Mankoff <mankoff@google.com> | Fri Apr 24 11:30:50 2020 -0400 |
tree | d538c4e2d84be0a60689b4af77f171f5ebee663e | |
parent | cd220824deb05a9d7aeae7d510f8fc6e43495674 [diff] |
Use Lazy BioUnlockController in DozeServiceHost. Use Lazy BiometricUnlockController in DozeServiceHost instead of assigning its result to a member field after initialization. It appears as though, in some cases, the DozeServiceHost gets used before it is initialized, meaning that the BiometricUnlockController member field would be null. Fixes: 152187753 Test: atest SystemUITests Change-Id: Ic1a31ded99b1cd07e25f9da530bcf155722bbe6a