Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java140 private int mPendingAuthenticatedUserId = -1; field in BiometricUnlockController
254 mPendingAuthenticatedUserId = userId; in onBiometricAuthenticated()
373 mPendingAuthenticatedUserId = -1; in onStartedGoingToSleep()
381 int pendingUserId = mPendingAuthenticatedUserId; in onFinishedGoingToSleep()
386 mPendingAuthenticatedUserId = -1; in onFinishedGoingToSleep()
392 return mPendingAuthenticatedUserId != -1 in hasPendingAuthentication()
394 && mPendingAuthenticatedUserId == KeyguardUpdateMonitor.getCurrentUser(); in hasPendingAuthentication()