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

/frameworks/base/core/java/android/nfc/
H A DNdefRecord.java713 public Uri toUri() { method in class:NdefRecord
714 return toUri(false);
717 private Uri toUri(boolean inSmartPoster) { method in class:NdefRecord
725 Uri uri = nestedRecord.toUri(true);
/frameworks/base/core/java/android/content/
H A DIntent.java5826 // toUri() and parseUri() options.
5838 * Flag for use with {@link #toUri} and {@link #parseUri}: the URI string
5848 * Flag for use with {@link #toUri} and {@link #parseUri}: the URI string
5919 * Flag for use with {@link #toUri} and {@link #parseUri}: allow parsing
6208 * {@link #toUri}. If the Intent was not generate by toUri(), its data
6223 * @see #toUri
9741 * Call {@link #toUri} with 0 flags.
9742 * @deprecated Use {@link #toUri} instead.
9746 return toUri(
9764 public String toUri(@UriFlags int flags) { method in class:Intent
[all...]

Completed in 74 milliseconds