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

/frameworks/base/core/java/android/nfc/tech/
H A DTagTechnology.java56 * to make it NDEF compatible.
124 public static final int NDEF = 6; field in interface:TagTechnology
H A DNdef.java32 * Provides access to NDEF content and operations on a {@link Tag}.
36 * <p>NDEF is an NFC Forum data format. The data formats are implemented in
43 * formatted to contain NDEF data.
51 * {@link Ndef} on NFC Forum Tag Types 1-4, and implement all NDEF operations
54 * <p>Some vendors have their own well defined specifications for storing NDEF data
62 * implement {@link Ndef} on MIFARE Classic tags formatted to NDEF.
66 * with NDEF payload. Vendor NDEF formats will not work on all Android devices.
119 /** NDEF on MIFARE Classic */
122 * NDEF o
[all...]
/frameworks/base/core/java/android/nfc/
H A DTag.java74 * <h4>2. NDEF data dispatch</h4>
75 * If the tag contains NDEF data the system inspects the first {@link NdefRecord} in the first
81 * data on a tag since NDEF data can be stored on many types of tags and doesn't depend on a
84 * NDEF data, or if no activity is registered
171 case TagTechnology.NDEF:
223 techStringToCodeMap.put(Ndef.class.getName(), TagTechnology.NDEF);
291 * tag as NDEF adds the {@link Ndef} technology. The {@link rediscover}

Completed in 55 milliseconds