Home
last modified time | relevance | path

Searched refs:shouldBackup (Results 1 – 6 of 6) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/prefs/
DPreferences.java21 public static boolean shouldBackup(String s) { in shouldBackup() method in Preferences
22 return LocalPreferences.shouldBackup(s) || ScopedPreferences.shouldBackup(s); in shouldBackup()
DPreferencesMonitor.java61 if (Preferences.shouldBackup(key)) { in onSharedPreferenceChanged()
DScopedPreferences.java75 static boolean shouldBackup(String s) { in shouldBackup() method
DLocalPreferences.java68 public static boolean shouldBackup(String s) { in shouldBackup() method in LocalPreferences
DPrefsBackupHelper.java65 if (Preferences.shouldBackup(preference.getKey())) { in copyMatchingPreferences()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DBaseActivity.java284 assert(Preferences.shouldBackup(pref)); in onPreferenceChanged()