Searched refs:RTD_TEXT (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/nfc/
H A DNdefRecord.java97 * Use this tnf with RTD types such as {@link #RTD_TEXT}, {@link #RTD_URI}.
102 * @see #RTD_TEXT
135 * Note this TNF should not be used with RTD_TEXT or RTD_URI constants.
174 public static final byte[] RTD_TEXT = {0x54}; // "T" field in class:NdefRecord
513 return new NdefRecord(TNF_WELL_KNOWN, RTD_TEXT, null, buffer.array());
668 * {@link #RTD_TEXT}. If this is a MIME record then the MIME type as string
682 if (Arrays.equals(mType, NdefRecord.RTD_TEXT)) {

Completed in 49 milliseconds