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

/frameworks/base/core/java/android/content/
H A DIntent.java3676 // toUri() and parseUri() options.
3679 * Flag for use with {@link #toUri} and {@link #parseUri}: the URI string
3683 * with {@link #parseUri}, any other scheme will result in a generic
3928 * Call {@link #parseUri} with 0 flags.
3929 * @deprecated Use {@link #parseUri} instead.
3933 return parseUri(uri, 0);
3957 public static Intent parseUri(String uri, int flags) throws URISyntaxException { method in class:Intent

Completed in 33 milliseconds