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