Home
last modified time | relevance | path

Searched defs:showHiddenFiles (Results 1 – 3 of 3) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/prefs/
DLocalPreferences.java58 public static void setShowHiddenFiles(Context context, boolean showHiddenFiles) { in setShowHiddenFiles()
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DState.java87 public boolean showHiddenFiles; field in State
DFilteringCursorWrapper.java74 public void filterHiddenFiles(boolean showHiddenFiles) { in filterHiddenFiles()