Searched refs:uriScheme (Results 1 – 1 of 1) sorted by relevance
188 String uriScheme = uri.getScheme(); in checkAppUri() local189 if (!URI_SCHEME.equals(uriScheme)) { in checkAppUri()191 String.format("Unsupported scheme (%s) in provided URI (%s)", uriScheme, uri)); in checkAppUri()