Home | History | Annotate | Download | only in provider

Lines Matching refs:rootUri

730     public static String getRootId(Uri rootUri) {
731 final List<String> paths = rootUri.getPathSegments();
735 throw new IllegalArgumentException("Invalid URI: " + rootUri);