Searched refs:authUserId (Results 1 – 1 of 1) sorted by relevance
759 private void handleFingerprintAuthenticated(int authUserId, boolean isStrongBiometric) { in handleFingerprintAuthenticated() argument769 if (userId != authUserId) { in handleFingerprintAuthenticated()770 Log.d(TAG, "Fingerprint authenticated for wrong user: " + authUserId); in handleFingerprintAuthenticated()966 private void handleFaceAuthenticated(int authUserId, boolean isStrongBiometric) { in handleFaceAuthenticated() argument980 if (userId != authUserId) { in handleFaceAuthenticated()981 Log.d(TAG, "Face authenticated for wrong user: " + authUserId); in handleFaceAuthenticated()