Update FP listening state on keyguardGoingAway
And handleFinishedGoingToSleep. This goes back to earlier behavior when we used to always update the fingerprint listening states when keyguardGoingAway and finishedGoingToSleep signals were sent. A bug was introduced when ensuring face auth would only STOP when keyguardGoingAway & finishedGoingToSleep signals were sent. Since face and fingerprint are different, we separate their logic in this CL. Also fixes test failure (b/264953793). Test: atest KeyguardUpdateMonitorTest Test: manually see that fingerprint listening state starts quickly after pressing the power button to screen off Bug: 261025550 Fixes: 264953793 Change-Id: If5e5d2132640d77a5eaa5765d932c6509f8d7bc8
Loading
Please register or sign in to comment