Searched refs:SETTINGS_TO_BACKUP (Results 1 – 4 of 4) sorted by relevance
507 return extractRelevantValues(cursor, Settings.System.SETTINGS_TO_BACKUP); in getSystemSettings()517 return extractRelevantValues(cursor, Settings.Secure.SETTINGS_TO_BACKUP); in getSecureSettings()527 return extractRelevantValues(cursor, Settings.Global.SETTINGS_TO_BACKUP); in getGlobalSettings()579 whitelist = Settings.Secure.SETTINGS_TO_BACKUP; in restoreSettings()581 whitelist = Settings.System.SETTINGS_TO_BACKUP; in restoreSettings()583 whitelist = Settings.Global.SETTINGS_TO_BACKUP; in restoreSettings()
498 newHashSet(Settings.System.SETTINGS_TO_BACKUP), in systemSettingsBackedUpOrBlacklisted()506 newHashSet(Settings.Global.SETTINGS_TO_BACKUP), in globalSettingsBackedUpOrBlacklisted()514 newHashSet(Settings.Secure.SETTINGS_TO_BACKUP), in secureSettingsBackedUpOrBlacklisted()
785 if (ArrayUtils.contains(SETTINGS_TO_BACKUP, key)) { in setStringUnchecked()1787 private static final String[] SETTINGS_TO_BACKUP = new String[] { field in LockSettingsService
3904 public static final String[] SETTINGS_TO_BACKUP = { field in Settings.System6974 public static final String[] SETTINGS_TO_BACKUP = { field in Settings.Secure9999 public static final String[] SETTINGS_TO_BACKUP = { field in Settings.Global