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

/frameworks/base/core/java/android/nfc/
H A DNdefRecord.java155 * {@literal TNF_UNCHANGED} can not be used with this class
159 public static final short TNF_UNCHANGED = 0x06; field in class:NdefRecord
533 * <li>Records with a tnf of {@link #TNF_UNCHANGED} are not allowed
814 } else if (inChunk && tnf != NdefRecord.TNF_UNCHANGED) {
815 throw new FormatException("expected TNF_UNCHANGED in non-leading chunk");
816 } else if (!inChunk && tnf == NdefRecord.TNF_UNCHANGED) {
818 "unexpected TNF_UNCHANGED in first chunk or unchunked record");
901 * Also does not allow TNF_UNCHANGED since this class is only used
924 case TNF_UNCHANGED:
925 return "unexpected TNF_UNCHANGED i
[all...]

Completed in 6 milliseconds