Searched refs:getStrongAuthTracker (Results 1 – 8 of 8) sorted by relevance
639 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()
620 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()
154 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()
96 public SynchronizedStrongAuthTracker getStrongAuthTracker() { in getStrongAuthTracker() method in LockSettingsServiceTestable.MockInjector
1598 public StrongAuthTracker getStrongAuthTracker() { in getStrongAuthTracker() method in KeyguardUpdateMonitor4011 + getStrongAuthTracker().hasUserAuthenticatedSinceBoot()); in dump()4058 + getStrongAuthTracker().hasUserAuthenticatedSinceBoot()); in dump()
537 public SynchronizedStrongAuthTracker getStrongAuthTracker() { in getStrongAuthTracker() method in LockSettingsService.Injector684 mStrongAuthTracker = injector.getStrongAuthTracker(); in LockSettingsService()
907 mUpdateMonitor.getStrongAuthTracker();
14767 PLcom/android/server/locksettings/LockSettingsService$Injector;->getStrongAuthTracker()Lcom/android…