Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DFilesActivityDefaultsUiTest.java109 return Shared.shouldShowDocumentsRoot(context); in docsRootEnabled()
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DShared.java260 public static boolean shouldShowDocumentsRoot(Context context) { in shouldShowDocumentsRoot() method in Shared
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DRootsFragment.java288 if (root.isExternalStorageHome() && !Shared.shouldShowDocumentsRoot(getContext())) { in sortLoadResult()