Home | History | Annotate | Download | only in provider

Lines Matching defs:PATH_ROOT

516     private static final String PATH_ROOT = "root";
535 .authority(authority).appendPath(PATH_ROOT).build();
546 .authority(authority).appendPath(PATH_ROOT).appendPath(rootId).build();
559 .authority(authority).appendPath(PATH_ROOT).appendPath(rootId)
686 .appendPath(PATH_ROOT).appendPath(rootId).appendPath(PATH_SEARCH)
732 if (paths.size() >= 2 && PATH_ROOT.equals(paths.get(0))) {