Searched refs:shouldShowDocumentsRoot (Results 1 – 4 of 4) sorted by relevance
196 public static boolean shouldShowDocumentsRoot(Context context, Intent intent) { in shouldShowDocumentsRoot() method in Shared
324 … !Shared.shouldShowDocumentsRoot(context, ((Activity) context).getIntent())) { in RootsAdapter()
476 return Shared.shouldShowDocumentsRoot(this, getIntent()) in getDefaultRoot()
74 if (Shared.shouldShowDocumentsRoot(context, new Intent(DocumentsContract.ACTION_BROWSE))) { in testRootsListed()