Searched refs:shouldBackup (Results 1 – 4 of 4) sorted by relevance
61 if (LocalPreferences.shouldBackup(key)) { in onSharedPreferenceChanged()
66 if (LocalPreferences.shouldBackup(preference.getKey())) { in copyMatchingPreferences()
84 public static boolean shouldBackup(String s) { in shouldBackup() method in LocalPreferences
336 assert (LocalPreferences.shouldBackup(pref)); in onPreferenceChanged()