Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java160 private PendingAuthenticated mPendingAuthenticated = null; field in BiometricUnlockController
338 mPendingAuthenticated = new PendingAuthenticated(userId, biometricSourceType, in onBiometricAuthenticated()
461 mPendingAuthenticated = null; in onStartedGoingToSleep()
467 if (mPendingAuthenticated != null) { in onFinishedGoingToSleep()
468 PendingAuthenticated pendingAuthenticated = mPendingAuthenticated; in onFinishedGoingToSleep()
473 mPendingAuthenticated = null; in onFinishedGoingToSleep()
479 return mPendingAuthenticated != null in hasPendingAuthentication()
481 .isUnlockingWithBiometricAllowed(mPendingAuthenticated.isStrongBiometric) in hasPendingAuthentication()
482 && mPendingAuthenticated.userId == KeyguardUpdateMonitor.getCurrentUser(); in hasPendingAuthentication()