Home
last modified time | relevance | path

Searched refs:hasUserAuthenticatedSinceBoot (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardViewMediatorTest.java494 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()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardUpdateMonitorTest.java1593 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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java2194 public boolean hasUserAuthenticatedSinceBoot() { in hasUserAuthenticatedSinceBoot() method in KeyguardUpdateMonitor.StrongAuthTracker
4483 + getStrongAuthTracker().hasUserAuthenticatedSinceBoot()); in dump()
4546 + getStrongAuthTracker().hasUserAuthenticatedSinceBoot()); in dump()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java899 if (any && !strongAuthTracker.hasUserAuthenticatedSinceBoot()) {