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

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

Completed in 36 milliseconds