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.java101 private int mPendingAuthenticatedUserId = -1; field in FingerprintUnlockController
182 mPendingAuthenticatedUserId = userId; in onFingerprintAuthenticated()
246 mPendingAuthenticatedUserId = -1; in onStartedGoingToSleep()
252 if (mPendingAuthenticatedUserId != -1) { in onFinishedGoingToSleep()
258 onFingerprintAuthenticated(mPendingAuthenticatedUserId); in onFinishedGoingToSleep()
262 mPendingAuthenticatedUserId = -1; in onFinishedGoingToSleep()