Searched refs:mPendingAuthenticatedUserId (Results 1 – 1 of 1) sorted by relevance
131 private int mPendingAuthenticatedUserId = -1; field in BiometricUnlockController257 mPendingAuthenticatedUserId = userId; in onBiometricAuthenticated()365 mPendingAuthenticatedUserId = -1; in onStartedGoingToSleep()373 int pendingUserId = mPendingAuthenticatedUserId; in onFinishedGoingToSleep()378 mPendingAuthenticatedUserId = -1; in onFinishedGoingToSleep()384 return mPendingAuthenticatedUserId != -1 in hasPendingAuthentication()386 && mPendingAuthenticatedUserId == KeyguardUpdateMonitor.getCurrentUser(); in hasPendingAuthentication()