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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
H A DRootInfo.java211 } else if (isDownloads()) {
251 public boolean isDownloads() { method in class:RootInfo
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRootsCache.java441 if (root.isDownloads()) {
483 if (state.directoryCopy && root.isDownloads()) {
H A DFilesActivity.java290 // treatment, thusly the "isDownloads" check.
297 if (getCurrentRoot().isDownloads() && !isInArchive && !isViewing) {
H A DBaseActivity.java356 && !root.isDownloads();
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DFragmentTuner.java265 && mState.stack.root.isDownloads()
H A DDirectoryFragment.java1158 if (root.isDownloads()) {

Completed in 98 milliseconds