Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DShared.java196 public static boolean shouldShowDocumentsRoot(Context context, Intent intent) { in shouldShowDocumentsRoot() method in Shared
DRootsFragment.java324 … !Shared.shouldShowDocumentsRoot(context, ((Activity) context).getIntent())) { in RootsAdapter()
DBaseActivity.java476 return Shared.shouldShowDocumentsRoot(this, getIntent()) in getDefaultRoot()
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
DFilesActivityUiTest.java74 if (Shared.shouldShowDocumentsRoot(context, new Intent(DocumentsContract.ACTION_BROWSE))) { in testRootsListed()