Searched refs:hasUserAuthenticatedSinceBoot (Results 1 – 4 of 4) sorted by relevance
639 when(strongAuthTracker.hasUserAuthenticatedSinceBoot()).thenReturn(true); in testBouncerPrompt_deviceLockedByAdaptiveAuth()657 when(strongAuthTracker.hasUserAuthenticatedSinceBoot()).thenReturn(false); in testBouncerPrompt_deviceRestartedDueToMainlineUpdate()674 when(strongAuthTracker.hasUserAuthenticatedSinceBoot()).thenReturn(true); in testBouncerPrompt_afterUserLockDown()692 when(strongAuthTracker.hasUserAuthenticatedSinceBoot()).thenReturn(true); in testBouncerPrompt_afterUserLockDown_noBiometricsEnrolled()711 when(strongAuthTracker.hasUserAuthenticatedSinceBoot()).thenReturn(true); in testBouncerPrompt_nonStrongIdleTimeout()
1356 when(mStrongAuthTracker.hasUserAuthenticatedSinceBoot()).thenReturn(true); in testStartUdfpsServiceBeginsOnKeyguard()1368 when(mStrongAuthTracker.hasUserAuthenticatedSinceBoot()).thenReturn(true); in listenForFingerprint_whenOccludingAppPkgOnAllowlist()1389 when(mStrongAuthTracker.hasUserAuthenticatedSinceBoot()).thenReturn(true); in doNotListenForFingerprint_whenOccludingAppPkgNotOnAllowlist()1407 when(mStrongAuthTracker.hasUserAuthenticatedSinceBoot()).thenReturn(true); in testOccludingAppFingerprintListeningState()1465 when(mStrongAuthTracker.hasUserAuthenticatedSinceBoot()).thenReturn(true); in testShouldNotListenForUdfps_whenTrustEnabled()1480 when(mStrongAuthTracker.hasUserAuthenticatedSinceBoot()).thenReturn(true); in testShouldNotListenForUdfps_whenFaceAuthenticated()1494 when(mStrongAuthTracker.hasUserAuthenticatedSinceBoot()).thenReturn(true); in testShouldNotListenForUdfps_whenInLockDown()
2003 public boolean hasUserAuthenticatedSinceBoot() { in hasUserAuthenticatedSinceBoot() method in KeyguardUpdateMonitor.StrongAuthTracker4011 + getStrongAuthTracker().hasUserAuthenticatedSinceBoot()); in dump()4058 + getStrongAuthTracker().hasUserAuthenticatedSinceBoot()); in dump()
912 if (any && !strongAuthTracker.hasUserAuthenticatedSinceBoot()) {