Searched refs:isFaceAuthEnabledForUser (Results 1 – 5 of 5) sorted by relevance
99 when(mKeyguardUpdateMonitor.isFaceAuthEnabledForUser(anyInt())).thenReturn(false); in testFaceAuthEnabledChanged_calledWhenFaceEnrollmentStateChanges()104 when(mKeyguardUpdateMonitor.isFaceAuthEnabledForUser(anyInt())).thenReturn(true); in testFaceAuthEnabledChanged_calledWhenFaceEnrollmentStateChanges()
119 val isFaceEnabled = keyguardUpdateMonitor.isFaceAuthEnabledForUser(userId)
259 boolean faceAuthEnabled = mKeyguardUpdateMonitor.isFaceAuthEnabledForUser(user); in update()
2956 assertThat(mKeyguardUpdateMonitor.isFaceAuthEnabledForUser( in testFaceSensorProperties()2964 assertThat(mKeyguardUpdateMonitor.isFaceAuthEnabledForUser( in testFaceSensorProperties()3229 mKeyguardUpdateMonitor.isFaceAuthEnabledForUser(getCurrentUser()); in mockCanBypassLockscreen()
3472 return isFaceAuthEnabledForUser(userId) && !isFaceDisabled(userId); in isUnlockWithFacePossible()3481 public boolean isFaceAuthEnabledForUser(int userId) { in isFaceAuthEnabledForUser() method in KeyguardUpdateMonitor