Searched defs:Ndef (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/nfc/tech/
H A DNdef.java34 * <p>Acquire a {@link Ndef} object using {@link #get}.
51 * {@link Ndef} on NFC Forum Tag Types 1-4, and implement all NDEF operations
56 * should enumerate and implement {@link Ndef} under these vendor specifications
62 * implement {@link Ndef} on MIFARE Classic tags formatted to NDEF.
71 public final class Ndef extends BasicTagTechnology { class in inherits:BasicTagTechnology
133 * Get an instance of {@link Ndef} for the given tag.
135 * <p>Returns null if {@link Ndef} was not enumerated in {@link Tag#getTechList}.
143 * @return Ndef object
145 public static Ndef get(Tag tag) {
148 return new Ndef(ta
158 public Ndef(Tag tag) throws RemoteException { method in class:Ndef
[all...]

Completed in 168 milliseconds