Searched refs:isDownloads (Results 1 - 6 of 6) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/files/
H A DConfig.java36 && root.isDownloads()
H A DActionHandler.java638 // treatment, thusly the "isDownloads" check.
650 if (mActivity.getCurrentRoot().isDownloads()) {
/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
H A DProvidersAccess.java102 if (state.directoryCopy && root.isDownloads()) {
H A DProvidersCache.java385 if (root.isDownloads()) {
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DRootInfo.java218 } else if (isDownloads()) {
258 public boolean isDownloads() { method in class:RootInfo
/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DBaseActivity.java310 root.isRecents() || root.isDownloads() ? View.VISIBLE : View.INVISIBLE);

Completed in 205 milliseconds