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

/frameworks/base/core/java/android/nfc/
H A DNdefRecord.java60 * NDEF Records with correctly set tnf, type, id and payload fields, please
96 * Use this tnf with RTD types such as {@link #RTD_TEXT}, {@link #RTD_URI}.
484 * Basic validation of the tnf, type, id and payload is performed
487 * <li>The tnf paramter must be a 3-bit value.</li>
488 * <li>Records with a tnf of {@link #TNF_EMPTY} cannot have a type,
490 * <li>Records with a tnf of {@link #TNF_UNKNOWN} or {@literal 0x07}
492 * <li>Records with a tnf of {@link #TNF_UNCHANGED} are not allowed
503 * example, the payload may be invalid given the tnf and type.
508 * @param tnf a 3-bit TNF constant
515 public NdefRecord(short tnf, byt argument
865 validateTnf(short tnf, byte[] type, byte[] id, byte[] payload) argument
[all...]

Completed in 36 milliseconds