Searched refs:shouldBackup (Results 1 – 6 of 6) sorted by relevance
21 public static boolean shouldBackup(String s) { in shouldBackup() method in Preferences22 return LocalPreferences.shouldBackup(s) || ScopedPreferences.shouldBackup(s); in shouldBackup()
61 if (Preferences.shouldBackup(key)) { in onSharedPreferenceChanged()
75 static boolean shouldBackup(String s) { in shouldBackup() method
68 public static boolean shouldBackup(String s) { in shouldBackup() method in LocalPreferences
65 if (Preferences.shouldBackup(preference.getKey())) { in copyMatchingPreferences()
284 assert(Preferences.shouldBackup(pref)); in onPreferenceChanged()