Searched refs:strongAuthTracker (Results 1 – 8 of 8) sorted by relevance
48 lateinit var strongAuthTracker: KeyguardUpdateMonitor.StrongAuthTracker63 whenever(keyguardUpdateMonitor.strongAuthTracker).thenReturn(strongAuthTracker)91 whenever(strongAuthTracker.getStrongAuthForUser(anyInt()))108 whenever(strongAuthTracker.getStrongAuthForUser(anyInt()))125 whenever(strongAuthTracker.getStrongAuthForUser(anyInt()))
143 private val strongAuthTracker = StrongAuthTracker(userRepository, context) regex146 strongAuthTracker.currentUserAuthFlags.map { it.isInUserLockdown }149 strongAuthTracker.currentUserAuthFlags153 lockPatternUtils.registerStrongAuthTracker(strongAuthTracker)291 strongAuthTracker.isStrongBiometricAllowed.stateIn(294 strongAuthTracker.isBiometricAllowedForUser(301 strongAuthTracker.isNonStrongBiometricAllowed.stateIn(304 strongAuthTracker.isBiometricAllowedForUser(
474 KeyguardUpdateMonitor.StrongAuthTracker strongAuthTracker = in testBouncerPrompt_deviceLockedByAdmin() local477 when(strongAuthTracker.getStrongAuthForUser(anyInt())).thenReturn( in testBouncerPrompt_deviceLockedByAdmin()491 KeyguardUpdateMonitor.StrongAuthTracker strongAuthTracker = in testBouncerPrompt_deviceRestartedDueToMainlineUpdate() local508 KeyguardUpdateMonitor.StrongAuthTracker strongAuthTracker = in testBouncerPrompt_afterUserLockDown() local511 when(strongAuthTracker.hasUserAuthenticatedSinceBoot()).thenReturn(true); in testBouncerPrompt_afterUserLockDown()512 when(strongAuthTracker.getStrongAuthForUser(anyInt())) in testBouncerPrompt_afterUserLockDown()526 KeyguardUpdateMonitor.StrongAuthTracker strongAuthTracker = in testBouncerPrompt_afterUserLockDown_noBiometricsEnrolled() local530 when(strongAuthTracker.getStrongAuthForUser(anyInt())) in testBouncerPrompt_afterUserLockDown_noBiometricsEnrolled()545 KeyguardUpdateMonitor.StrongAuthTracker strongAuthTracker = in testBouncerPrompt_nonStrongIdleTimeout() local549 when(strongAuthTracker.isNonStrongBiometricAllowedAfterIdleTimeout( in testBouncerPrompt_nonStrongIdleTimeout()[all …]
91 private lateinit var strongAuthTracker: ArgumentCaptor<LockPatternUtils.StrongAuthTracker>143 verify(lockPatternUtils).registerStrongAuthTracker(strongAuthTracker.capture())274 strongAuthTracker.value.stub.onStrongAuthRequiredChanged(flags, userId)279 strongAuthTracker.value.stub.onIsNonStrongBiometricAllowedChanged(allowed, userId)
85 val strongAuthFlags = keyguardUpdateMonitor.strongAuthTracker
1316 public void registerStrongAuthTracker(final StrongAuthTracker strongAuthTracker) { in registerStrongAuthTracker() argument1318 getLockSettings().registerStrongAuthTracker(strongAuthTracker.getStub()); in registerStrongAuthTracker()1324 public void unregisterStrongAuthTracker(final StrongAuthTracker strongAuthTracker) { in unregisterStrongAuthTracker() argument1326 getLockSettings().unregisterStrongAuthTracker(strongAuthTracker.getStub()); in unregisterStrongAuthTracker()
893 KeyguardUpdateMonitor.StrongAuthTracker strongAuthTracker =895 int strongAuth = strongAuthTracker.getStrongAuthForUser(currentUser);897 strongAuthTracker.isNonStrongBiometricAllowedAfterIdleTimeout(currentUser);899 if (any && !strongAuthTracker.hasUserAuthenticatedSinceBoot()) {
2070 void setStrongAuthTracker(StrongAuthTracker strongAuthTracker) { in setStrongAuthTracker() argument2071 mStrongAuthTracker = strongAuthTracker; in setStrongAuthTracker()