Searched refs:PATH_ROOT (Results 1 – 1 of 1) sorted by relevance
878 private static final String PATH_ROOT = "root"; field in DocumentsContract899 .authority(authority).appendPath(PATH_ROOT).build(); in buildRootsUri()910 .authority(authority).appendPath(PATH_ROOT).appendPath(rootId).build(); in buildRootUri()923 .authority(authority).appendPath(PATH_ROOT).appendPath(rootId) in buildRecentDocumentsUri()1073 .appendPath(PATH_ROOT).appendPath(rootId).appendPath(PATH_SEARCH) in buildSearchDocumentsUri()1225 return (paths.size() == pathSize && PATH_ROOT.equals(paths.get(0))); in isRootUri()1247 if (paths.size() >= 2 && PATH_ROOT.equals(paths.get(0))) { in getRootId()