HomeSort by relevance Sort by last modified time
    Searched refs:ISO_DEP (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/nfc/tech/
IsoDep.java 61 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);
TagTechnology.java 103 public static final int ISO_DEP = 3;
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcManager.java 324 case (TagTechnology.ISO_DEP):
349 if (getMaxTransceiveLength(TagTechnology.ISO_DEP) > 261)
NativeNfcTag.java 191 // special case for NDEF, this will cause switch to ISO_DEP frame intf
197 if ((technology != TagTechnology.ISO_DEP) &&
198 (hasTechOnHandle(TagTechnology.ISO_DEP, mTechHandles[i]))) {
709 case TagTechnology.ISO_DEP: {
  /frameworks/base/core/java/android/nfc/
Tag.java 162 case TagTechnology.ISO_DEP:
220 techStringToCodeMap.put(IsoDep.class.getName(), TagTechnology.ISO_DEP);

Completed in 739 milliseconds