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

/frameworks/base/core/java/android/nfc/
H A DNdefRecord.java61 * NDEF Records with correctly set tnf, type, id and payload fields, please
97 * Use this tnf with RTD types such as {@link #RTD_TEXT}, {@link #RTD_URI}.
525 * Basic validation of the tnf, type, id and payload is performed
528 * <li>The tnf paramter must be a 3-bit value.</li>
529 * <li>Records with a tnf of {@link #TNF_EMPTY} cannot have a type,
531 * <li>Records with a tnf of {@link #TNF_UNKNOWN} or {@literal 0x07}
533 * <li>Records with a tnf of {@link #TNF_UNCHANGED} are not allowed
544 * example, the payload may be invalid given the tnf and type.
549 * @param tnf a 3-bit TNF constant
556 public NdefRecord(short tnf, byt argument
906 validateTnf(short tnf, byte[] type, byte[] id, byte[] payload) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDctController.java706 for (NetworkFactory tnf : mNetworkFactory) {
707 pw.println(" " + tnf);

Completed in 155 milliseconds