D | KeyguardUpdateMonitor.java | 220 protected StrongAuthTracker mStrongAuthTracker; 650 LockPatternUtils.StrongAuthTracker.STRONG_AUTH_REQUIRED_AFTER_LOCKOUT, in handleFingerprintError() 802 LockPatternUtils.StrongAuthTracker.STRONG_AUTH_REQUIRED_AFTER_LOCKOUT, in handleFaceError() 917 == LockPatternUtils.StrongAuthTracker.STRONG_AUTH_REQUIRED_AFTER_USER_LOCKDOWN; in isUserInLockdown() 924 public StrongAuthTracker getStrongAuthTracker() { in getStrongAuthTracker() 1307 public static class StrongAuthTracker extends LockPatternUtils.StrongAuthTracker { class in KeyguardUpdateMonitor 1310 public StrongAuthTracker(Context context, in StrongAuthTracker() method in KeyguardUpdateMonitor.StrongAuthTracker 1437 mStrongAuthTracker = new StrongAuthTracker(context, this::notifyStrongAuthStateChanged); in KeyguardUpdateMonitor()
|