Searched refs:PATH_ROOT (Results 1 – 2 of 2) sorted by relevance
889 private static final String PATH_ROOT = "root"; field in DocumentsContract910 .authority(authority).appendPath(PATH_ROOT).build(); in buildRootsUri()921 .authority(authority).appendPath(PATH_ROOT).appendPath(rootId).build(); in buildRootUri()934 .authority(authority).appendPath(PATH_ROOT).appendPath(rootId) in buildRecentDocumentsUri()1084 .appendPath(PATH_ROOT).appendPath(rootId).appendPath(PATH_SEARCH) in buildSearchDocumentsUri()1236 return (paths.size() == pathSize && PATH_ROOT.equals(paths.get(0))); in isRootUri()1258 if (paths.size() >= 2 && PATH_ROOT.equals(paths.get(0))) { in getRootId()
45210 Landroid/provider/DocumentsContract;->PATH_ROOT:Ljava/lang/String;