Searched refs:LocalPreferences (Results 1 – 4 of 4) sorted by relevance
66 import com.android.documentsui.prefs.LocalPreferences;336 assert (LocalPreferences.shouldBackup(pref)); in onPreferenceChanged()409 state.showHiddenFiles = LocalPreferences.getShowHiddenFiles( in getState()608 mState.derivedMode = LocalPreferences.getViewMode(this, mState.stack.getRoot(), MODE_GRID); in refreshCurrentRootAndDirectory()674 LocalPreferences.setShowHiddenFiles(context, showHiddenFiles); in onClickedShowHiddenFiles()691 LocalPreferences.setViewMode(this, getCurrentRoot(), mode); in setViewMode()
61 if (LocalPreferences.shouldBackup(key)) { in onSharedPreferenceChanged()
66 if (LocalPreferences.shouldBackup(preference.getKey())) { in copyMatchingPreferences()
37 public class LocalPreferences { class