Searched refs:NDEF (Results 1 – 3 of 3) sorted by relevance
146 if (!tag.hasTech(TagTechnology.NDEF)) return null; in get()159 super(tag, TagTechnology.NDEF); in Ndef()160 Bundle extras = tag.getTechExtras(TagTechnology.NDEF); in Ndef()
124 public static final int NDEF = 6; field
173 case TagTechnology.NDEF: in generateTechStringList()225 techStringToCodeMap.put(Ndef.class.getName(), TagTechnology.NDEF); in getTechStringToCodeMap()