Home | History | Annotate | Download | only in provider

Lines Matching refs:appendPath

758                 .authority(authority).appendPath(PATH_ROOT).build();
769 .authority(authority).appendPath(PATH_ROOT).appendPath(rootId).build();
792 .authority(authority).appendPath(PATH_ROOT).appendPath(rootId)
793 .appendPath(PATH_RECENT).build();
804 .appendPath(PATH_TREE).appendPath(documentId).build();
817 .authority(authority).appendPath(PATH_DOCUMENT).appendPath(documentId).build();
845 .authority(treeUri.getAuthority()).appendPath(PATH_TREE)
846 .appendPath(getTreeDocumentId(treeUri)).appendPath(PATH_DOCUMENT)
847 .appendPath(documentId).build();
872 .appendPath(PATH_DOCUMENT).appendPath(parentDocumentId).appendPath(PATH_CHILDREN)
902 .authority(treeUri.getAuthority()).appendPath(PATH_TREE)
903 .appendPath(getTreeDocumentId(treeUri)).appendPath(PATH_DOCUMENT)
904 .appendPath(parentDocumentId).appendPath(PATH_CHILDREN).build();
919 .appendPath(PATH_ROOT).appendPath(rootId).appendPath(PATH_SEARCH)