Home | History | Annotate | Download | only in provider

Lines Matching refs:rootId

544     public static Uri buildRootUri(String authority, String rootId) {
546 .authority(authority).appendPath(PATH_ROOT).appendPath(rootId).build();
557 public static Uri buildRecentDocumentsUri(String authority, String rootId) {
559 .authority(authority).appendPath(PATH_ROOT).appendPath(rootId)
684 String authority, String rootId, String query) {
686 .appendPath(PATH_ROOT).appendPath(rootId).appendPath(PATH_SEARCH)