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.java160 private PendingAuthenticated mPendingAuthenticated = null;
167 private static final class PendingAuthenticated { class in BiometricUnlockController
172 PendingAuthenticated(int userId, BiometricSourceType biometricSourceType, in PendingAuthenticated() method in BiometricUnlockController.PendingAuthenticated
338 mPendingAuthenticated = new PendingAuthenticated(userId, biometricSourceType, in onBiometricAuthenticated()
468 PendingAuthenticated pendingAuthenticated = mPendingAuthenticated; in onFinishedGoingToSleep()