Searched refs:ISO_DEP (Results 1 – 3 of 3) sorted by relevance
61 if (!tag.hasTech(TagTechnology.ISO_DEP)) return null; in get()72 super(tag, TagTechnology.ISO_DEP); in IsoDep()73 Bundle extras = tag.getTechExtras(TagTechnology.ISO_DEP); in IsoDep()95 int err = mTag.getTagService().setTimeout(TagTechnology.ISO_DEP, timeout); in setTimeout()114 return mTag.getTagService().getTimeout(TagTechnology.ISO_DEP); in getTimeout()
103 public static final int ISO_DEP = 3; field
171 case TagTechnology.ISO_DEP: in generateTechStringList()229 techStringToCodeMap.put(IsoDep.class.getName(), TagTechnology.ISO_DEP); in getTechStringToCodeMap()