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

/frameworks/base/core/java/android/nfc/
H A DNdefRecord.java102 * @see #RTD_SMART_POSTER
185 public static final byte[] RTD_SMART_POSTER = {0x53, 0x70}; // "Sp" field in class:NdefRecord
658 * <li>{@link #TNF_WELL_KNOWN} with a type of {@link #RTD_SMART_POSTER}
679 if (Arrays.equals(mType, RTD_SMART_POSTER) && !inSmartPoster) {

Completed in 62 milliseconds