Searched refs:shouldShowDocumentsRoot (Results 1 – 3 of 3) sorted by relevance
109 return Shared.shouldShowDocumentsRoot(context); in docsRootEnabled()
260 public static boolean shouldShowDocumentsRoot(Context context) { in shouldShowDocumentsRoot() method in Shared
288 if (root.isExternalStorageHome() && !Shared.shouldShowDocumentsRoot(getContext())) { in sortLoadResult()