Searched refs:NFC_V (Results 1 – 3 of 3) sorted by relevance
55 if (!tag.hasTech(TagTechnology.NFC_V)) return null; in get()65 super(tag, TagTechnology.NFC_V); in NfcV()66 Bundle extras = tag.getTechExtras(TagTechnology.NFC_V); in NfcV()
117 public static final int NFC_V = 5; field
186 case TagTechnology.NFC_V: in generateTechStringList()228 techStringToCodeMap.put(NfcV.class.getName(), TagTechnology.NFC_V); in getTechStringToCodeMap()