Home
last modified time | relevance | path

Searched refs:authUserId (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java742 private void handleFingerprintAuthenticated(int authUserId, boolean isStrongBiometric) { in handleFingerprintAuthenticated() argument
752 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() argument
947 if (userId != authUserId) { in handleFaceAuthenticated()
948 Log.d(TAG, "Face authenticated for wrong user: " + authUserId); in handleFaceAuthenticated()