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

/frameworks/base/core/java/android/content/
H A DIntent.java3936 // toUri() and parseUri() options.
3939 * Flag for use with {@link #toUri} and {@link #parseUri}: the URI string
3943 * with {@link #parseUri}, any other scheme will result in a generic
3949 * Flag for use with {@link #toUri} and {@link #parseUri}: the URI string
4020 * Flag for use with {@link #toUri} and {@link #parseUri}: allow parsing
4275 * Call {@link #parseUri} with 0 flags.
4276 * @deprecated Use {@link #parseUri} instead.
4280 return parseUri(uri, 0);
4304 public static Intent parseUri(String uri, int flags) throws URISyntaxException { method in class:Intent

Completed in 152 milliseconds