Searched refs:FACE_UNLOCK_APP_ENABLED (Results 1 – 5 of 5) sorted by relevance
234 private final Uri FACE_UNLOCK_APP_ENABLED = field in BiometricService.SettingObserver235 Settings.Secure.getUriFor(Settings.Secure.FACE_UNLOCK_APP_ENABLED);286 mContentResolver.registerContentObserver(FACE_UNLOCK_APP_ENABLED, in updateContentObserver()318 } else if (FACE_UNLOCK_APP_ENABLED.equals(uri)) { in onChange()321 Settings.Secure.FACE_UNLOCK_APP_ENABLED, in onChange()363 onChange(true /* selfChange */, FACE_UNLOCK_APP_ENABLED, userId); in getEnabledForApps()
120 Settings.Secure.FACE_UNLOCK_APP_ENABLED,
183 VALIDATORS.put(Secure.FACE_UNLOCK_APP_ENABLED, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
3774 Settings.Secure.FACE_UNLOCK_APP_ENABLED, 1, userId);
10262 public static final String FACE_UNLOCK_APP_ENABLED = "face_unlock_app_enabled"; field in Settings.Secure