Searched refs:TNF_MIME_MEDIA (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 7 milliseconds