Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java942 private void handleBiometricDetected(int authUserId, BiometricSourceType biometricSourceType, in handleBiometricDetected()
955 private void handleFingerprintAuthenticated(int authUserId, boolean isStrongBiometric) { in handleFingerprintAuthenticated()
1208 private void handleFaceAuthenticated(int authUserId, boolean isStrongBiometric) { in handleFaceAuthenticated()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java1100 int authUserId = mLockPatternUtils.isProfileWithUnifiedChallenge(userId) in notifyKeystoreOfDeviceLockState() local