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

/frameworks/base/core/java/android/nfc/
H A DNdefRecord.java115 public static final short TNF_MIME_MEDIA = 0x02; field in class:NdefRecord
426 return new NdefRecord(TNF_MIME_MEDIA, typeBytes, null, mimeData);
625 * Currently this method considers all {@link #TNF_MIME_MEDIA} records to
645 case NdefRecord.TNF_MIME_MEDIA:
873 case TNF_MIME_MEDIA:

Completed in 71 milliseconds