Searched defs:RTD_TEXT (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/nfc/
H A DNdefRecord.java96 * Use this tnf with RTD types such as {@link #RTD_TEXT}, {@link #RTD_URI}.
101 * @see #RTD_TEXT
134 * Note this TNF should not be used with RTD_TEXT or RTD_URI constants.
173 public static final byte[] RTD_TEXT = {0x54}; // "T" field in class:NdefRecord
627 * {@link #RTD_TEXT}. If this is a MIME record then the MIME type as string
641 if (Arrays.equals(mType, NdefRecord.RTD_TEXT)) {

Completed in 49 milliseconds