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

/frameworks/base/core/java/android/content/
H A DIntent.java2549 // toUri() and parseUri() options.
2552 * Flag for use with {@link #toUri} and {@link #parseUri}: the URI string
2723 * {@link #toUri}. If the Intent was not generate by toUri(), its data
2739 * @see #toUri
5293 * Call {@link #toUri} with 0 flags.
5294 * @deprecated Use {@link #toUri} instead.
5298 return toUri(0);
5317 public String toUri(int flags) { method in class:Intent

Completed in 97 milliseconds