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/
DFingerprintUnlockController.java110 private int mPendingAuthenticatedUserId = -1; field in FingerprintUnlockController
193 mPendingAuthenticatedUserId = userId; in onFingerprintAuthenticated()
280 mPendingAuthenticatedUserId = -1; in onStartedGoingToSleep()
286 if (mPendingAuthenticatedUserId != -1) { in onFinishedGoingToSleep()
292 onFingerprintAuthenticated(mPendingAuthenticatedUserId); in onFinishedGoingToSleep()
296 mPendingAuthenticatedUserId = -1; in onFinishedGoingToSleep()
301 return mPendingAuthenticatedUserId != -1 in hasPendingAuthentication()
303 && mPendingAuthenticatedUserId == KeyguardUpdateMonitor.getCurrentUser(); in hasPendingAuthentication()