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

/frameworks/base/core/java/android/content/
H A DIntent.java4676 // toUri() and parseUri() options.
4679 * Flag for use with {@link #toUri} and {@link #parseUri}: the URI string
4683 * with {@link #parseUri}, any other scheme will result in a generic
4689 * Flag for use with {@link #toUri} and {@link #parseUri}: the URI string
4760 * Flag for use with {@link #toUri} and {@link #parseUri}: allow parsing
5015 * Call {@link #parseUri} with 0 flags.
5016 * @deprecated Use {@link #parseUri} instead.
5020 return parseUri(uri, 0);
5044 public static Intent parseUri(String uri, int flags) throws URISyntaxException { method in class:Intent
5761 baseIntent = Intent.parseUri(ar
[all...]

Completed in 946 milliseconds