Home | History | Annotate | Download | only in content

Lines Matching defs:toURI

5527     // toUri() and parseUri() options.
5539 * Flag for use with {@link #toUri} and {@link #parseUri}: the URI string
5549 * Flag for use with {@link #toUri} and {@link #parseUri}: the URI string
5620 * Flag for use with {@link #toUri} and {@link #parseUri}: allow parsing
5906 * {@link #toUri}. If the Intent was not generate by toUri(), its data
5921 * @see #toUri
9375 * Call {@link #toUri} with 0 flags.
9376 * @deprecated Use {@link #toUri} instead.
9379 public String toURI() {
9380 return toUri(0);
9398 public String toUri(@UriFlags int flags) {