Searched defs:parseUri (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DIntent.java4225 // toUri() and parseUri() options.
4228 * Flag for use with {@link #toUri} and {@link #parseUri}: the URI string
4232 * with {@link #parseUri}, any other scheme will result in a generic
4238 * Flag for use with {@link #toUri} and {@link #parseUri}: the URI string
4309 * Flag for use with {@link #toUri} and {@link #parseUri}: allow parsing
4564 * Call {@link #parseUri} with 0 flags.
4565 * @deprecated Use {@link #parseUri} instead.
4569 return parseUri(uri, 0);
4593 public static Intent parseUri(String uri, int flags) throws URISyntaxException { method in class:Intent

Completed in 688 milliseconds