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

/frameworks/base/core/java/android/nfc/tech/
H A DNdef.java35 * <p>Acquire a {@link Ndef} object using {@link #get}.
52 * {@link Ndef} on NFC Forum Tag Types 1-4, and implement all NDEF operations
57 * should enumerate and implement {@link Ndef} under these vendor specifications
63 * implement {@link Ndef} on MIFARE Classic tags formatted to NDEF.
72 public final class Ndef extends BasicTagTechnology { class in inherits:BasicTagTechnology
134 * Get an instance of {@link Ndef} for the given tag.
136 * <p>Returns null if {@link Ndef} was not enumerated in {@link Tag#getTechList}.
144 * @return Ndef object
146 public static Ndef get(Tag tag) {
149 return new Ndef(ta
159 public Ndef(Tag tag) throws RemoteException { method in class:Ndef
[all...]

Completed in 117 milliseconds