Searched refs:hasUserAuthenticatedSinceBoot (Results 1 – 3 of 3) sorted by relevance
878 when(mStrongAuthTracker.hasUserAuthenticatedSinceBoot()).thenReturn(true); in testStartUdfpsServiceBeginsOnKeyguard()890 when(mStrongAuthTracker.hasUserAuthenticatedSinceBoot()).thenReturn(true); in testOccludingAppFingerprintListeningState()937 when(mStrongAuthTracker.hasUserAuthenticatedSinceBoot()).thenReturn(true); in testShouldNotListenForUdfps_whenTrustEnabled()951 when(mStrongAuthTracker.hasUserAuthenticatedSinceBoot()).thenReturn(true); in testShouldNotListenForUdfps_whenFaceAuthenticated()966 when(mStrongAuthTracker.hasUserAuthenticatedSinceBoot()).thenReturn(true); in testShouldNotListenForUdfps_whenInLockDown()
1612 public boolean hasUserAuthenticatedSinceBoot() { in hasUserAuthenticatedSinceBoot() method in KeyguardUpdateMonitor.StrongAuthTracker3438 + getStrongAuthTracker().hasUserAuthenticatedSinceBoot()); in dump()3466 + getStrongAuthTracker().hasUserAuthenticatedSinceBoot()); in dump()
789 if (any && !strongAuthTracker.hasUserAuthenticatedSinceBoot()) {