Searched refs:hasUserAuthenticatedSinceBoot (Results 1 – 4 of 4) sorted by relevance
494 when(strongAuthTracker.hasUserAuthenticatedSinceBoot()).thenReturn(false); in testBouncerPrompt_deviceRestartedDueToMainlineUpdate()511 when(strongAuthTracker.hasUserAuthenticatedSinceBoot()).thenReturn(true); in testBouncerPrompt_afterUserLockDown()529 when(strongAuthTracker.hasUserAuthenticatedSinceBoot()).thenReturn(true); in testBouncerPrompt_afterUserLockDown_noBiometricsEnrolled()548 when(strongAuthTracker.hasUserAuthenticatedSinceBoot()).thenReturn(true); in testBouncerPrompt_nonStrongIdleTimeout()
1593 when(mStrongAuthTracker.hasUserAuthenticatedSinceBoot()).thenReturn(true); in testStartUdfpsServiceBeginsOnKeyguard()1607 when(mStrongAuthTracker.hasUserAuthenticatedSinceBoot()).thenReturn(true); in listenForFingerprint_whenOccludingAppPkgOnAllowlist()1630 when(mStrongAuthTracker.hasUserAuthenticatedSinceBoot()).thenReturn(true); in doNotListenForFingerprint_whenOccludingAppPkgNotOnAllowlist()1648 when(mStrongAuthTracker.hasUserAuthenticatedSinceBoot()).thenReturn(true); in testOccludingAppFingerprintListeningState()1800 when(mStrongAuthTracker.hasUserAuthenticatedSinceBoot()).thenReturn(true); in testShouldNotListenForUdfps_whenTrustEnabled()1814 when(mStrongAuthTracker.hasUserAuthenticatedSinceBoot()).thenReturn(true); in testShouldNotListenForUdfps_whenFaceAuthenticated()1829 when(mStrongAuthTracker.hasUserAuthenticatedSinceBoot()).thenReturn(true); in testShouldNotListenForUdfps_whenInLockDown()
2194 public boolean hasUserAuthenticatedSinceBoot() { in hasUserAuthenticatedSinceBoot() method in KeyguardUpdateMonitor.StrongAuthTracker4483 + getStrongAuthTracker().hasUserAuthenticatedSinceBoot()); in dump()4546 + getStrongAuthTracker().hasUserAuthenticatedSinceBoot()); in dump()
899 if (any && !strongAuthTracker.hasUserAuthenticatedSinceBoot()) {