Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/
DBaseActivity.java66 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()
/packages/apps/DocumentsUI/src/com/android/documentsui/prefs/
DPreferencesMonitor.java61 if (LocalPreferences.shouldBackup(key)) { in onSharedPreferenceChanged()
DPrefsBackupHelper.java66 if (LocalPreferences.shouldBackup(preference.getKey())) { in copyMatchingPreferences()
DLocalPreferences.java37 public class LocalPreferences { class