Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java878 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()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1612 public boolean hasUserAuthenticatedSinceBoot() { in hasUserAuthenticatedSinceBoot() method in KeyguardUpdateMonitor.StrongAuthTracker
3438 + getStrongAuthTracker().hasUserAuthenticatedSinceBoot()); in dump()
3466 + getStrongAuthTracker().hasUserAuthenticatedSinceBoot()); in dump()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java789 if (any && !strongAuthTracker.hasUserAuthenticatedSinceBoot()) {