Searched refs:mBiometricEnabledForApps (Results 1 – 1 of 1) sorted by relevance
261 private final Map<Integer, Boolean> mBiometricEnabledForApps = new HashMap<>(); field in BiometricService.SettingObserver329 mBiometricEnabledForApps.put(userId, Settings.Secure.getIntForUser( in onChange()351 mBiometricEnabledForApps.put(userId, Settings.Secure.getIntForUser( in onChange()371 if (!mBiometricEnabledForApps.containsKey(userId)) { in getEnabledForApps()378 return mBiometricEnabledForApps.getOrDefault(userId, DEFAULT_APP_ENABLED); in getEnabledForApps()