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

/frameworks/base/core/java/android/nfc/
H A DNdefRecord.java672 public Uri toUri() { method in class:NdefRecord
673 return toUri(false);
676 private Uri toUri(boolean inSmartPoster) { method in class:NdefRecord
684 Uri uri = nestedRecord.toUri(true);
/frameworks/base/core/java/android/content/
H A DIntent.java3354 // toUri() and parseUri() options.
3357 * Flag for use with {@link #toUri} and {@link #parseUri}: the URI string
3617 * {@link #toUri}. If the Intent was not generate by toUri(), its data
3633 * @see #toUri
6490 * Call {@link #toUri} with 0 flags.
6491 * @deprecated Use {@link #toUri} instead.
6495 return toUri(0);
6514 public String toUri(int flags) { method in class:Intent

Completed in 5212 milliseconds