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