Searched defs:TNF_EMPTY (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/nfc/
H A DNdefRecord.java90 * Type, id and payload fields are empty in a {@literal TNF_EMPTY} record.
92 public static final short TNF_EMPTY = 0x00; field in class:NdefRecord
488 * <li>Records with a tnf of {@link #TNF_EMPTY} cannot have a type,
867 case TNF_EMPTY:
869 return "unexpected data in TNF_EMPTY record";

Completed in 28 milliseconds