Searched refs:authUserId (Results 1 – 1 of 1) sorted by relevance
588 private void handleFingerprintAuthenticated(int authUserId) { in handleFingerprintAuthenticated() argument598 if (userId != authUserId) { in handleFingerprintAuthenticated()599 Log.d(TAG, "Fingerprint authenticated for wrong user: " + authUserId); in handleFingerprintAuthenticated()740 private void handleFaceAuthenticated(int authUserId) { in handleFaceAuthenticated() argument750 if (userId != authUserId) { in handleFaceAuthenticated()751 Log.d(TAG, "Face authenticated for wrong user: " + authUserId); in handleFaceAuthenticated()