Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/prefs/
DScopedPreferences.java52 private final boolean mDefaultShowDeviceRoot; field in ScopedPreferences.RuntimeScopedPreferences
60 mDefaultShowDeviceRoot = context.getResources() in RuntimeScopedPreferences()
66 return mSharedPrefs.getBoolean(INCLUDE_DEVICE_ROOT, mDefaultShowDeviceRoot); in getShowDeviceRoot()