HomeSort by relevance Sort by last modified time
    Searched refs:isDownloads (Results 1 - 6 of 6) sorted by null

  /packages/apps/DocumentsUI/src/com/android/documentsui/files/
Config.java 36 && root.isDownloads()
ActionHandler.java 638 // treatment, thusly the "isDownloads" check.
650 if (mActivity.getCurrentRoot().isDownloads()) {
  /packages/apps/DocumentsUI/src/com/android/documentsui/roots/
ProvidersAccess.java 102 if (state.directoryCopy && root.isDownloads()) {
ProvidersCache.java 385 if (root.isDownloads()) {
  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
RootInfo.java 218 } else if (isDownloads()) {
258 public boolean isDownloads() {
  /packages/apps/DocumentsUI/src/com/android/documentsui/
BaseActivity.java 310 root.isRecents() || root.isDownloads() ? View.VISIBLE : View.INVISIBLE);

Completed in 1683 milliseconds