Home
last modified time | relevance | path

Searched refs:isDownloads (Results 1 – 7 of 7) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DConfig.java36 && root.isDownloads() in managedModeEnabled()
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DRootInfo.java226 } else if (isDownloads()) { in deriveFields()
269 public boolean isDownloads() { in isDownloads() method in RootInfo
/packages/apps/DocumentsUI/src/com/android/documentsui/
DGlobalSearchLoader.java75 if (mState.showAdvanced && (root.isLibrary() || root.isDownloads())) { in shouldIgnoreRoot()
DBaseActivity.java425 root.isRecents() || root.isDownloads() ? View.VISIBLE : View.INVISIBLE); in onRootPicked()
/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
DProvidersAccess.java108 if (state.directoryCopy && root.isDownloads()) { in getMatchingRoots()
DProvidersCache.java413 if (root.isDownloads()) { in getDefaultRootBlocking()
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DRootsFragment.java290 } else if (root.isLibrary() || root.isDownloads()) { in sortLoadResult()