Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/fingerprint/
DFingerprintService.java124 private final Map<Integer, Long> mAuthenticatorIds = field in FingerprintService
317 mAuthenticatorIds.clear(); in loadAuthenticatorIds()
320 if (!mAuthenticatorIds.containsKey(userId)) { in loadAuthenticatorIds()
1532 mAuthenticatorIds.put(userId, in updateActiveGroup()
1587 return mAuthenticatorIds.getOrDefault(userId, 0L); in getAuthenticatorId()