Searched refs:BackupSharedPreference (Results 1 – 3 of 3) sorted by relevance
192 public List<BackupSharedPreference> getBackupPreferences() { in getBackupPreferences()193 final List<BackupSharedPreference> backupPreferences = Lists.newArrayList(); in getBackupPreferences()218 public void restorePreferences(final List<BackupSharedPreference> preferences) { in restorePreferences()219 for (final BackupSharedPreference preference : preferences) { in restorePreferences()
30 public class SimpleBackupSharedPreference implements BackupSharedPreference {73 public static BackupSharedPreference fromJson(final JSONObject json) throws JSONException { in fromJson()
25 public interface BackupSharedPreference { interface