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

/frameworks/base/core/java/android/nfc/
H A DNdefRecord.java96 * Use this tnf with RTD types such as {@link #RTD_TEXT}, {@link #RTD_URI}.
100 * @see #RTD_URI
122 * ({@literal #RTD_URI} allows compression of common URI prefixes).
134 * Note this TNF should not be used with RTD_TEXT or RTD_URI constants.
179 public static final byte[] RTD_URI = {0x55}; // "U" field in class:NdefRecord
321 * and {@link #RTD_URI}. This is the most efficient encoding
357 return new NdefRecord(TNF_WELL_KNOWN, RTD_URI, null, recordBytes);
364 * and {@link #RTD_URI}. This is the most efficient encoding
657 * <li>{@link #TNF_WELL_KNOWN} with a type of {@link #RTD_URI}.</li>
690 } else if (Arrays.equals(mType, RTD_URI)) {
[all...]

Completed in 48 milliseconds