Searched refs:NFC_B (Results 1 – 3 of 3) sorted by relevance
54 if (!tag.hasTech(TagTechnology.NFC_B)) return null; in get()64 super(tag, TagTechnology.NFC_B); in NfcB()65 Bundle extras = tag.getTechExtras(TagTechnology.NFC_B); in NfcB()
96 public static final int NFC_B = 2; field
180 case TagTechnology.NFC_B: in generateTechStringList()226 techStringToCodeMap.put(NfcB.class.getName(), TagTechnology.NFC_B); in getTechStringToCodeMap()