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.java490 private static final String PATH_ROOT = "root"; field in DocumentsContract
508 .authority(authority).appendPath(PATH_ROOT).build(); in buildRootsUri()
519 .authority(authority).appendPath(PATH_ROOT).appendPath(rootId).build(); in buildRootUri()
532 .authority(authority).appendPath(PATH_ROOT).appendPath(rootId) in buildRecentDocumentsUri()
578 .appendPath(PATH_ROOT).appendPath(rootId).appendPath(PATH_SEARCH) in buildSearchDocumentsUri()
614 if (!PATH_ROOT.equals(paths.get(0))) { in getRootId()