Searched refs:strongAuthFlags (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardBiometricLockoutLogger.kt | 85 val strongAuthFlags = keyguardUpdateMonitor.strongAuthTracker regex 94 val newUnattendedUpdate = isUnattendedUpdate(strongAuthFlags) 100 val newTimeout = isStrongAuthTimeout(strongAuthFlags) 166 private fun containsFlag(strongAuthFlags: Int, flagCheck: Int): Boolean { 167 return strongAuthFlags and flagCheck != 0
|
H A D | KeyguardUpdateMonitor.java | 4472 final int strongAuthFlags = mStrongAuthTracker.getStrongAuthForUser(userId); in dump() local 4488 pw.println(" strongAuthFlags=" + Integer.toHexString(strongAuthFlags)); in dump() 4537 final int strongAuthFlags = mStrongAuthTracker.getStrongAuthForUser(userId); in dump() local 4551 pw.println(" strongAuthFlags=" + Integer.toHexString(strongAuthFlags)); in dump()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/logging/ |
H A D | BiometricUnlockLogger.kt | 87 strongAuthFlags: Int, 96 int1 = strongAuthFlags 136 strongAuthFlags: Int, 147 int2 = strongAuthFlags
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | LockPatternUtils.java | 1777 protected void handleStrongAuthRequiredChanged(@StrongAuthFlags int strongAuthFlags, in handleStrongAuthRequiredChanged() argument 1780 if (strongAuthFlags != oldValue) { in handleStrongAuthRequiredChanged() 1781 if (strongAuthFlags == mDefaultStrongAuthFlags) { in handleStrongAuthRequiredChanged() 1784 mStrongAuthRequiredForUser.put(userId, strongAuthFlags); in handleStrongAuthRequiredChanged() 1805 public void onStrongAuthRequiredChanged(@StrongAuthFlags int strongAuthFlags, 1808 strongAuthFlags, userId).sendToTarget();
|
/aosp14/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
H A D | LockPatternUtilsTest.java | 274 public void changeStrongAuth(@StrongAuthFlags int strongAuthFlags) { in changeStrongAuth() argument 275 handleStrongAuthRequiredChanged(strongAuthFlags, DEMO_USER_ID); in changeStrongAuth()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | BiometricUnlockController.java | 606 final int strongAuthFlags = mUpdateMonitor.getStrongAuthTracker().getStrongAuthForUser( in logCalculateModeForFingerprint() local 614 strongAuthFlags, nonStrongBiometricAllowed, deviceInteractive, keyguardShowing); in logCalculateModeForFingerprint() 676 final int strongAuthFlags = mUpdateMonitor.getStrongAuthTracker().getStrongAuthForUser( in logCalculateModeForPassiveAuth() local 684 strongBiometric, strongAuthFlags, nonStrongBiometricAllowed, in logCalculateModeForPassiveAuth()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
H A D | KeyguardQuickAffordanceInteractor.kt | 333 val strongAuthFlags = regex 337 strongAuthFlags ==
|
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | LockSettingsService.java | 343 protected void handleStrongAuthRequiredChanged(int strongAuthFlags, int userId) { in handleStrongAuthRequiredChanged() argument 345 super.handleStrongAuthRequiredChanged(strongAuthFlags, userId); in handleStrongAuthRequiredChanged()
|