Searched refs:authUserId (Results 1 – 1 of 1) sorted by relevance
662 private void handleFingerprintAuthenticated(int authUserId) { in handleFingerprintAuthenticated() argument672 if (userId != authUserId) { in handleFingerprintAuthenticated()673 Log.d(TAG, "Fingerprint authenticated for wrong user: " + authUserId); in handleFingerprintAuthenticated()815 private void handleFaceAuthenticated(int authUserId) { in handleFaceAuthenticated() argument829 if (userId != authUserId) { in handleFaceAuthenticated()830 Log.d(TAG, "Face authenticated for wrong user: " + authUserId); in handleFaceAuthenticated()