Searched refs:NFC_B (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/nfc/tech/
H A DNfcB.java54 if (!tag.hasTech(TagTechnology.NFC_B)) return null;
64 super(tag, TagTechnology.NFC_B);
65 Bundle extras = tag.getTechExtras(TagTechnology.NFC_B);
H A DTagTechnology.java96 public static final int NFC_B = 2; field in interface:TagTechnology
/frameworks/base/core/java/android/nfc/
H A DTag.java180 case TagTechnology.NFC_B:
226 techStringToCodeMap.put(NfcB.class.getName(), TagTechnology.NFC_B);

Completed in 40 milliseconds