HomeSort by relevance Sort by last modified time
    Searched defs:NfcBarcode (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/nfc/tech/
NfcBarcode.java 26 * <p>Acquire an {@link NfcBarcode} object using {@link #get}.
29 public final class NfcBarcode extends 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 {
69 throw new NullPointerException("NfcBarcode tech extras are null.")
    [all...]
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 66 milliseconds