Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java381 int pendingUserId = mPendingAuthenticatedUserId; in onFinishedGoingToSleep() local
382 if (pendingUserId != -1 && pendingType != null) { in onFinishedGoingToSleep()
384 mHandler.post(() -> onBiometricAuthenticated(pendingUserId, pendingType)); in onFinishedGoingToSleep()