Home
last modified time | relevance | path

Searched defs:strongAuthTracker (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardViewMediatorTest.java821 KeyguardUpdateMonitor.StrongAuthTracker strongAuthTracker = in testBouncerPrompt_deviceLockedByAdmin() local
839 KeyguardUpdateMonitor.StrongAuthTracker strongAuthTracker = in testBouncerPrompt_deviceLockedByAdaptiveAuth() local
857 KeyguardUpdateMonitor.StrongAuthTracker strongAuthTracker = in testBouncerPrompt_deviceRestartedDueToMainlineUpdate() local
874 KeyguardUpdateMonitor.StrongAuthTracker strongAuthTracker = in testBouncerPrompt_afterUserLockDown() local
892 KeyguardUpdateMonitor.StrongAuthTracker strongAuthTracker = in testBouncerPrompt_afterUserLockDown_noBiometricsEnrolled() local
911 KeyguardUpdateMonitor.StrongAuthTracker strongAuthTracker = in testBouncerPrompt_nonStrongIdleTimeout() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/keyguard/
DKeyguardBiometricLockoutLoggerTest.kt49 lateinit var strongAuthTracker: KeyguardUpdateMonitor.StrongAuthTracker variable in com.android.keyguard.KeyguardBiometricLockoutLoggerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DBiometricSettingsRepository.kt151 private val strongAuthTracker = StrongAuthTracker(userRepository, context) constant
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/trust/
DTrustManagerServiceTest.java829 ArgumentCaptor<StrongAuthTracker> strongAuthTracker = in setupStrongAuthTracker() local
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java1401 public void registerStrongAuthTracker(final StrongAuthTracker strongAuthTracker) { in registerStrongAuthTracker()
1409 public void unregisterStrongAuthTracker(final StrongAuthTracker strongAuthTracker) { in unregisterStrongAuthTracker()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/
DBiometricSettingsRepositoryTest.kt99 private lateinit var strongAuthTracker: ArgumentCaptor<LockPatternUtils.StrongAuthTracker> in <lambda>() variable in com.android.systemui.keyguard.data.repository.BiometricSettingsRepositoryTest
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java2555 void setStrongAuthTracker(StrongAuthTracker strongAuthTracker) { in setStrongAuthTracker()