Searched refs:NFC_A (Results 1 – 3 of 3) sorted by relevance
58 if (!tag.hasTech(TagTechnology.NFC_A)) return null; in get()68 super(tag, TagTechnology.NFC_A); in NfcA()69 Bundle extras = tag.getTechExtras(TagTechnology.NFC_A); in NfcA()147 int err = mTag.getTagService().setTimeout(TagTechnology.NFC_A, timeout); in setTimeout()165 return mTag.getTagService().getTimeout(TagTechnology.NFC_A); in getTimeout()
89 public static final int NFC_A = 1; field
177 case TagTechnology.NFC_A: in generateTechStringList()225 techStringToCodeMap.put(NfcA.class.getName(), TagTechnology.NFC_A); in getTechStringToCodeMap()