Searched refs:pendingUserId (Results 1 – 1 of 1) sorted by relevance
381 int pendingUserId = mPendingAuthenticatedUserId; in onFinishedGoingToSleep() local382 if (pendingUserId != -1 && pendingType != null) { in onFinishedGoingToSleep()384 mHandler.post(() -> onBiometricAuthenticated(pendingUserId, pendingType)); in onFinishedGoingToSleep()