Home | History | Annotate | Download | only in settings

Lines Matching refs:Secure

58      * @see Secure#SETTINGS_TO_BACKUP
66 sBroadcastOnRestore.add(Settings.Secure.ENABLED_NOTIFICATION_LISTENERS);
67 sBroadcastOnRestore.add(Settings.Secure.ENABLED_VR_LISTENERS);
68 sBroadcastOnRestore.add(Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES);
69 sBroadcastOnRestore.add(Settings.Secure.ENABLED_INPUT_METHODS);
84 return Settings.Secure.getStringForUser(resolver, name, userHandle);
118 if (destination.equals(Settings.Secure.CONTENT_URI)) {
139 } else if (Settings.Secure.LOCATION_PROVIDERS_ALLOWED.equals(name)) {
142 } else if (Settings.Secure.BACKUP_AUTO_RESTORE.equals(name)) {
240 case Settings.Secure.ACCESSIBILITY_ENABLED:
241 case Settings.Secure.ACCESSIBILITY_SCRIPT_INJECTION:
242 case Settings.Secure.ACCESSIBILITY_SPEAK_PASSWORD:
243 case Settings.Secure.TOUCH_EXPLORATION_ENABLED:
244 case Settings.Secure.ACCESSIBILITY_DISPLAY_DALTONIZER_ENABLED:
245 case Settings.Secure.ACCESSIBILITY_DISPLAY_MAGNIFICATION_ENABLED:
246 case Settings.Secure.UI_NIGHT_MODE:
247 return Settings.Secure.getInt(mContext.getContentResolver(), name, 0) != 0;
248 case Settings.Secure.TOUCH_EXPLORATION_GRANTED_ACCESSIBILITY_SERVICES:
249 case Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES:
250 case Settings.Secure.ACCESSIBILITY_DISPLAY_DALTONIZER:
251 case Settings.Secure.ACCESSIBILITY_DISPLAY_MAGNIFICATION_SCALE:
252 return !TextUtils.isEmpty(Settings.Secure.getString(
282 Settings.Secure.setLocationProviderEnabled(