Home | History | Annotate | Download | only in content

Lines Matching defs:parseUri

5826     // toUri() and parseUri() options.
5838 * Flag for use with {@link #toUri} and {@link #parseUri}: the URI string
5842 * with {@link #parseUri}, any other scheme will result in a generic
5848 * Flag for use with {@link #toUri} and {@link #parseUri}: the URI string
5919 * Flag for use with {@link #toUri} and {@link #parseUri}: allow parsing
6197 * Call {@link #parseUri} with 0 flags.
6198 * @deprecated Use {@link #parseUri} instead.
6202 return parseUri(uri, 0);
6225 public static Intent parseUri(String uri, @UriFlags int flags) throws URISyntaxException {
6951 baseIntent = Intent.parseUri(arg, Intent.URI_INTENT_SCHEME