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.java131 private int mPendingAuthenticatedUserId = -1; field in BiometricUnlockController
257 mPendingAuthenticatedUserId = userId; in onBiometricAuthenticated()
365 mPendingAuthenticatedUserId = -1; in onStartedGoingToSleep()
373 int pendingUserId = mPendingAuthenticatedUserId; in onFinishedGoingToSleep()
378 mPendingAuthenticatedUserId = -1; in onFinishedGoingToSleep()
384 return mPendingAuthenticatedUserId != -1 in hasPendingAuthentication()
386 && mPendingAuthenticatedUserId == KeyguardUpdateMonitor.getCurrentUser(); in hasPendingAuthentication()