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

/frameworks/base/core/java/android/nfc/tech/
H A DNfcBarcode.java26 * <p>Acquire an {@link NfcBarcode} object using {@link #get}.
29 public final class NfcBarcode extends BasicTagTechnology { class in inherits:BasicTagTechnology
41 * Get an instance of {@link NfcBarcode} for the given tag.
43 * <p>Returns null if {@link NfcBarcode} was not enumerated in {@link Tag#getTechList}.
47 * @param tag an NfcBarcode compatible tag
48 * @return NfcBarcode object
50 public static NfcBarcode get(Tag tag) {
53 return new NfcBarcode(tag);
63 public NfcBarcode(Tag tag) throws RemoteException { method in class:NfcBarcode
69 throw new NullPointerException("NfcBarcode tec
[all...]

Completed in 59 milliseconds