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()94 int err = mTag.getTagService().setTimeout(TagTechnology.ISO_DEP, timeout); in setTimeout()112 return mTag.getTagService().getTimeout(TagTechnology.ISO_DEP); in getTimeout()
103 public static final int ISO_DEP = 3; field
162 case TagTechnology.ISO_DEP: in generateTechStringList()220 techStringToCodeMap.put(IsoDep.class.getName(), TagTechnology.ISO_DEP); in getTechStringToCodeMap()