Searched refs:mPendingAuthenticatedUserId (Results 1 – 1 of 1) sorted by relevance
140 private int mPendingAuthenticatedUserId = -1; field in BiometricUnlockController254 mPendingAuthenticatedUserId = userId; in onBiometricAuthenticated()373 mPendingAuthenticatedUserId = -1; in onStartedGoingToSleep()381 int pendingUserId = mPendingAuthenticatedUserId; in onFinishedGoingToSleep()386 mPendingAuthenticatedUserId = -1; in onFinishedGoingToSleep()392 return mPendingAuthenticatedUserId != -1 in hasPendingAuthentication()394 && mPendingAuthenticatedUserId == KeyguardUpdateMonitor.getCurrentUser(); in hasPendingAuthentication()