Home
last modified time | relevance | path

Searched refs:getStrongAuthTracker (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java639 final int strongAuthFlags = mUpdateMonitor.getStrongAuthTracker().getStrongAuthForUser( in logCalculateModeForFingerprint()
642 mUpdateMonitor.getStrongAuthTracker() in logCalculateModeForFingerprint()
710 final int strongAuthFlags = mUpdateMonitor.getStrongAuthTracker().getStrongAuthForUser( in logCalculateModeForPassiveAuth()
713 mUpdateMonitor.getStrongAuthTracker() in logCalculateModeForPassiveAuth()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardViewMediatorTest.java620 when(mUpdateMonitor.getStrongAuthTracker()).thenReturn(strongAuthTracker); in testBouncerPrompt_deviceLockedByAdmin()
638 when(mUpdateMonitor.getStrongAuthTracker()).thenReturn(strongAuthTracker); in testBouncerPrompt_deviceLockedByAdaptiveAuth()
656 when(mUpdateMonitor.getStrongAuthTracker()).thenReturn(strongAuthTracker); in testBouncerPrompt_deviceRestartedDueToMainlineUpdate()
673 when(mUpdateMonitor.getStrongAuthTracker()).thenReturn(strongAuthTracker); in testBouncerPrompt_afterUserLockDown()
691 when(mUpdateMonitor.getStrongAuthTracker()).thenReturn(strongAuthTracker); in testBouncerPrompt_afterUserLockDown_noBiometricsEnrolled()
710 when(mUpdateMonitor.getStrongAuthTracker()).thenReturn(strongAuthTracker); in testBouncerPrompt_nonStrongIdleTimeout()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DBiometricsUnlockControllerTest.java154 when(mUpdateMonitor.getStrongAuthTracker()).thenReturn(mStrongAuthTracker); in setUp()
319 when(mUpdateMonitor.getStrongAuthTracker()).thenReturn(mStrongAuthTracker); in onBiometricAuthenticated_whenFace_andBypass_encrypted_showPrimaryBouncer()
352 when(mUpdateMonitor.getStrongAuthTracker()).thenReturn(mStrongAuthTracker); in onBiometricAuthenticated_whenFace_noBypass_encrypted_doNothing()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsServiceTestable.java96 public SynchronizedStrongAuthTracker getStrongAuthTracker() { in getStrongAuthTracker() method in LockSettingsServiceTestable.MockInjector
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1598 public StrongAuthTracker getStrongAuthTracker() { in getStrongAuthTracker() method in KeyguardUpdateMonitor
4011 + getStrongAuthTracker().hasUserAuthenticatedSinceBoot()); in dump()
4058 + getStrongAuthTracker().hasUserAuthenticatedSinceBoot()); in dump()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java537 public SynchronizedStrongAuthTracker getStrongAuthTracker() { in getStrongAuthTracker() method in LockSettingsService.Injector
684 mStrongAuthTracker = injector.getStrongAuthTracker(); in LockSettingsService()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java907 mUpdateMonitor.getStrongAuthTracker();
/frameworks/base/services/
Dart-wear-profile14767 PLcom/android/server/locksettings/LockSettingsService$Injector;->getStrongAuthTracker()Lcom/android…