Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/prefs/
DLocalPreferences.java47 public static boolean getShowHiddenFiles(Context context, boolean fallback) { in getShowHiddenFiles() method in LocalPreferences
/packages/apps/DocumentsUI/src/com/android/documentsui/
DBaseActivity.java409 state.showHiddenFiles = LocalPreferences.getShowHiddenFiles( in getState()