Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/prefs/
DPrefsBackupHelper.java49 copyMatchingPreferences(mDefaultPreferences, editor); in getBackupPreferences()
59 copyMatchingPreferences(prefs, editor); in putBackupPreferences()
63 private void copyMatchingPreferences(SharedPreferences source, Editor destination) { in copyMatchingPreferences() method in PrefsBackupHelper