Searched refs:authUserId (Results 1 – 1 of 1) sorted by relevance
742 private void handleFingerprintAuthenticated(int authUserId, boolean isStrongBiometric) { in handleFingerprintAuthenticated() argument752 if (userId != authUserId) { in handleFingerprintAuthenticated()753 Log.d(TAG, "Fingerprint authenticated for wrong user: " + authUserId); in handleFingerprintAuthenticated()933 private void handleFaceAuthenticated(int authUserId, boolean isStrongBiometric) { in handleFaceAuthenticated() argument947 if (userId != authUserId) { in handleFaceAuthenticated()948 Log.d(TAG, "Face authenticated for wrong user: " + authUserId); in handleFaceAuthenticated()