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