Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java468 PendingAuthenticated pendingAuthenticated = mPendingAuthenticated; in onFinishedGoingToSleep() local
470 mHandler.post(() -> onBiometricAuthenticated(pendingAuthenticated.userId, in onFinishedGoingToSleep()
471 pendingAuthenticated.biometricSourceType, in onFinishedGoingToSleep()
472 pendingAuthenticated.isStrongBiometric)); in onFinishedGoingToSleep()