Searched refs:ISO_DEP (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/nfc/tech/
H A DIsoDep.java61 if (!tag.hasTech(TagTechnology.ISO_DEP)) return null;
72 super(tag, TagTechnology.ISO_DEP);
73 Bundle extras = tag.getTechExtras(TagTechnology.ISO_DEP);
94 int err = mTag.getTagService().setTimeout(TagTechnology.ISO_DEP, timeout);
112 return mTag.getTagService().getTimeout(TagTechnology.ISO_DEP);
H A DTagTechnology.java103 public static final int ISO_DEP = 3; field in interface:TagTechnology
/frameworks/base/core/java/android/nfc/
H A DTag.java161 case TagTechnology.ISO_DEP:

Completed in 3303 milliseconds