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.java618 KeyguardUpdateMonitor.StrongAuthTracker strongAuthTracker = in testBouncerPrompt_deviceLockedByAdmin() local
636 KeyguardUpdateMonitor.StrongAuthTracker strongAuthTracker = in testBouncerPrompt_deviceLockedByAdaptiveAuth() local
654 KeyguardUpdateMonitor.StrongAuthTracker strongAuthTracker = in testBouncerPrompt_deviceRestartedDueToMainlineUpdate() local
671 KeyguardUpdateMonitor.StrongAuthTracker strongAuthTracker = in testBouncerPrompt_afterUserLockDown() local
689 KeyguardUpdateMonitor.StrongAuthTracker strongAuthTracker = in testBouncerPrompt_afterUserLockDown_noBiometricsEnrolled() local
708 KeyguardUpdateMonitor.StrongAuthTracker strongAuthTracker = in testBouncerPrompt_nonStrongIdleTimeout() local
/frameworks/base/packages/SystemUI/tests/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.kt146 private val strongAuthTracker = StrongAuthTracker(userRepository, context) constant
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/trust/
DTrustManagerServiceTest.java744 ArgumentCaptor<StrongAuthTracker> strongAuthTracker = in setupStrongAuthTracker() local
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java1304 public void registerStrongAuthTracker(final StrongAuthTracker strongAuthTracker) { in registerStrongAuthTracker()
1312 public void unregisterStrongAuthTracker(final StrongAuthTracker strongAuthTracker) { in unregisterStrongAuthTracker()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/
DBiometricSettingsRepositoryTest.kt93 private lateinit var strongAuthTracker: ArgumentCaptor<LockPatternUtils.StrongAuthTracker> variable in com.android.systemui.keyguard.data.repository.BiometricSettingsRepositoryTest
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java2277 void setStrongAuthTracker(StrongAuthTracker strongAuthTracker) { in setStrongAuthTracker()