Searched refs:NFC_F (Results 1 – 3 of 3) sorted by relevance
58 if (!tag.hasTech(TagTechnology.NFC_F)) return null; in get()68 super(tag, TagTechnology.NFC_F); in NfcF()69 Bundle extras = tag.getTechExtras(TagTechnology.NFC_F); in NfcF()146 int err = mTag.getTagService().setTimeout(TagTechnology.NFC_F, timeout); in setTimeout()164 return mTag.getTagService().getTimeout(TagTechnology.NFC_F); in getTimeout()
110 public static final int NFC_F = 4; field
183 case TagTechnology.NFC_F: in generateTechStringList()227 techStringToCodeMap.put(NfcF.class.getName(), TagTechnology.NFC_F); in getTechStringToCodeMap()