Home
last modified time | relevance | path

Searched refs:strongAuthFlags (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardBiometricLockoutLogger.kt85 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 DKeyguardUpdateMonitor.java4472 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 DBiometricUnlockLogger.kt87 strongAuthFlags: Int,
96 int1 = strongAuthFlags
136 strongAuthFlags: Int,
147 int2 = strongAuthFlags
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java1777 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 DLockPatternUtilsTest.java274 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 DBiometricUnlockController.java606 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 DKeyguardQuickAffordanceInteractor.kt333 val strongAuthFlags = regex
337 strongAuthFlags ==
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java343 protected void handleStrongAuthRequiredChanged(int strongAuthFlags, int userId) { in handleStrongAuthRequiredChanged() argument
345 super.handleStrongAuthRequiredChanged(strongAuthFlags, userId); in handleStrongAuthRequiredChanged()