Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricServiceBase.java92 protected final Map<Integer, Long> mAuthenticatorIds = field in BiometricServiceBase
1141 mAuthenticatorIds.clear(); in loadAuthenticatorIds()
1144 if (!mAuthenticatorIds.containsKey(userId)) { in loadAuthenticatorIds()
1210 return mAuthenticatorIds.getOrDefault(userId, 0L); in getAuthenticatorId()
/frameworks/base/services/core/java/com/android/server/biometrics/face/
DFaceService.java870 mAuthenticatorIds.put(userId,
1155 mAuthenticatorIds.put(userId, in updateActiveGroup()
/frameworks/base/services/core/java/com/android/server/biometrics/fingerprint/
DFingerprintService.java807 mAuthenticatorIds.put(userId, in updateActiveGroup()