Home
last modified time | relevance | path

Searched defs:StrongAuthTracker (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DBiometricSettingsRepository.kt360 private class StrongAuthTracker(private val userRepository: UserRepository, context: Context?) : regex
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java1620 public static class StrongAuthTracker { class in LockPatternUtils
1705 public StrongAuthTracker(Context context) { in StrongAuthTracker() method in LockPatternUtils.StrongAuthTracker
1714 public StrongAuthTracker(Context context, Looper looper) { in StrongAuthTracker() method in LockPatternUtils.StrongAuthTracker
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java1995 protected class StrongAuthTracker extends LockPatternUtils.StrongAuthTracker { class in NotificationManagerService
2000 StrongAuthTracker(Context context) { in StrongAuthTracker() method in NotificationManagerService.StrongAuthTracker
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java2184 public class StrongAuthTracker extends LockPatternUtils.StrongAuthTracker { class in KeyguardUpdateMonitor
2185 public StrongAuthTracker(Context context) { in StrongAuthTracker() method in KeyguardUpdateMonitor.StrongAuthTracker