Searched refs:PATH_DOCUMENT (Results 1 – 1 of 1) sorted by relevance
492 private static final String PATH_DOCUMENT = "document"; field in DocumentsContract546 .authority(authority).appendPath(PATH_DOCUMENT).appendPath(documentId).build(); in buildDocumentUri()562 .appendPath(PATH_DOCUMENT).appendPath(parentDocumentId).appendPath(PATH_CHILDREN) in buildChildDocumentsUri()591 if (!PATH_DOCUMENT.equals(paths.get(0))) { in isDocumentUri()628 if (!PATH_DOCUMENT.equals(paths.get(0))) { in getDocumentId()