Searched refs:PATH_DOCUMENT (Results 1 – 1 of 1) sorted by relevance
546 private static final String PATH_DOCUMENT = "document"; field in DocumentsContract612 .authority(authority).appendPath(PATH_DOCUMENT).appendPath(documentId).build(); in buildDocumentUri()641 .appendPath(getTreeDocumentId(treeUri)).appendPath(PATH_DOCUMENT) in buildDocumentUriUsingTree()667 .appendPath(PATH_DOCUMENT).appendPath(parentDocumentId).appendPath(PATH_CHILDREN) in buildChildDocumentsUri()698 .appendPath(getTreeDocumentId(treeUri)).appendPath(PATH_DOCUMENT) in buildChildDocumentsUriUsingTree()727 if (paths.size() == 2 && PATH_DOCUMENT.equals(paths.get(0))) { in isDocumentUri()731 && PATH_DOCUMENT.equals(paths.get(2))) { in isDocumentUri()773 if (paths.size() >= 2 && PATH_DOCUMENT.equals(paths.get(0))) { in getDocumentId()777 && PATH_DOCUMENT.equals(paths.get(2))) { in getDocumentId()