Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBiometricUnlockController.java166 private PendingAuthenticated mPendingAuthenticated = null; field in BiometricUnlockController
365 mPendingAuthenticated = new PendingAuthenticated(userId, biometricSourceType, in onBiometricAuthenticated()
512 mPendingAuthenticated = null; in onStartedGoingToSleep()
518 if (mPendingAuthenticated != null) { in onFinishedGoingToSleep()
519 PendingAuthenticated pendingAuthenticated = mPendingAuthenticated; in onFinishedGoingToSleep()
524 mPendingAuthenticated = null; in onFinishedGoingToSleep()
530 return mPendingAuthenticated != null in hasPendingAuthentication()
532 .isUnlockingWithBiometricAllowed(mPendingAuthenticated.isStrongBiometric) in hasPendingAuthentication()
533 && mPendingAuthenticated.userId == KeyguardUpdateMonitor.getCurrentUser(); in hasPendingAuthentication()