HomeSort by relevance Sort by last modified time
    Searched refs:NfcBarcode (Results 1 - 4 of 4) 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...]
  /frameworks/base/core/java/android/nfc/
Tag.java 27 import android.nfc.tech.NfcBarcode;
189 strings[i] = NfcBarcode.class.getName();
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcTag.java 31 import android.nfc.tech.NfcBarcode;
708 extras.putInt(NfcBarcode.EXTRA_BARCODE_TYPE, NfcBarcode.TYPE_KOVIO);
  /prebuilts/sdk/17/
android.jar 

Completed in 151 milliseconds