Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/provider/
DDocumentsContract.java652 private static final String PATH_ROOT = "root"; field in DocumentsContract
671 .authority(authority).appendPath(PATH_ROOT).build(); in buildRootsUri()
682 .authority(authority).appendPath(PATH_ROOT).appendPath(rootId).build(); in buildRootUri()
705 .authority(authority).appendPath(PATH_ROOT).appendPath(rootId) in buildRecentDocumentsUri()
832 .appendPath(PATH_ROOT).appendPath(rootId).appendPath(PATH_SEARCH) in buildSearchDocumentsUri()
859 return (paths.size() == 2 && PATH_ROOT.equals(paths.get(0))); in isRootUri()
897 if (paths.size() >= 2 && PATH_ROOT.equals(paths.get(0))) { in getRootId()