Searched defs:strongAuthTracker (Results 1 – 6 of 6) sorted by relevance
474 KeyguardUpdateMonitor.StrongAuthTracker strongAuthTracker = in testBouncerPrompt_deviceLockedByAdmin() local491 KeyguardUpdateMonitor.StrongAuthTracker strongAuthTracker = in testBouncerPrompt_deviceRestartedDueToMainlineUpdate() local508 KeyguardUpdateMonitor.StrongAuthTracker strongAuthTracker = in testBouncerPrompt_afterUserLockDown() local526 KeyguardUpdateMonitor.StrongAuthTracker strongAuthTracker = in testBouncerPrompt_afterUserLockDown_noBiometricsEnrolled() local545 KeyguardUpdateMonitor.StrongAuthTracker strongAuthTracker = in testBouncerPrompt_nonStrongIdleTimeout() local
48 lateinit var strongAuthTracker: KeyguardUpdateMonitor.StrongAuthTracker variable in com.android.keyguard.KeyguardBiometricLockoutLoggerTest
143 private val strongAuthTracker = StrongAuthTracker(userRepository, context) constant
91 private lateinit var strongAuthTracker: ArgumentCaptor<LockPatternUtils.StrongAuthTracker> variable in com.android.systemui.keyguard.data.repository.BiometricSettingsRepositoryTest
1316 public void registerStrongAuthTracker(final StrongAuthTracker strongAuthTracker) { in registerStrongAuthTracker()1324 public void unregisterStrongAuthTracker(final StrongAuthTracker strongAuthTracker) { in unregisterStrongAuthTracker()
2070 void setStrongAuthTracker(StrongAuthTracker strongAuthTracker) { in setStrongAuthTracker()