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

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

Completed in 33 milliseconds