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.java171 private PendingAuthenticated mPendingAuthenticated = null; field in BiometricUnlockController
426 mPendingAuthenticated != null); in onBiometricAuthenticated()
427 mPendingAuthenticated = new PendingAuthenticated(userId, biometricSourceType, in onBiometricAuthenticated()
572 return mPendingAuthenticated != null in hasPendingAuthentication()
574 .isUnlockingWithBiometricAllowed(mPendingAuthenticated.isStrongBiometric) in hasPendingAuthentication()
575 && mPendingAuthenticated.userId in hasPendingAuthentication()
833 mPendingAuthenticated = null;
839 if (mPendingAuthenticated != null) {
841 PendingAuthenticated pendingAuthenticated = mPendingAuthenticated;
846 mPendingAuthenticated = null;