Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBiometricUnlockController.java167 private PendingAuthenticated mPendingAuthenticated = null; field in BiometricUnlockController
407 mPendingAuthenticated != null); in onBiometricAuthenticated()
408 mPendingAuthenticated = new PendingAuthenticated(userId, biometricSourceType, in onBiometricAuthenticated()
540 return mPendingAuthenticated != null in hasPendingAuthentication()
542 .isUnlockingWithBiometricAllowed(mPendingAuthenticated.isStrongBiometric) in hasPendingAuthentication()
543 && mPendingAuthenticated.userId == KeyguardUpdateMonitor.getCurrentUser(); in hasPendingAuthentication()
838 mPendingAuthenticated = null;
844 if (mPendingAuthenticated != null) {
846 PendingAuthenticated pendingAuthenticated = mPendingAuthenticated;
851 mPendingAuthenticated = null;