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

  /frameworks/base/core/java/android/nfc/tech/
NfcA.java 58 if (!tag.hasTech(TagTechnology.NFC_A)) return null;
68 super(tag, TagTechnology.NFC_A);
69 Bundle extras = tag.getTechExtras(TagTechnology.NFC_A);
147 int err = mTag.getTagService().setTimeout(TagTechnology.NFC_A, timeout);
165 return mTag.getTagService().getTimeout(TagTechnology.NFC_A);
TagTechnology.java 89 public static final int NFC_A = 1;
  /frameworks/base/core/java/android/nfc/
Tag.java 177 case TagTechnology.NFC_A:
225 techStringToCodeMap.put(NfcA.class.getName(), TagTechnology.NFC_A);
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcManager.java 313 case (TagTechnology.NFC_A):
NativeNfcTag.java 666 case TagTechnology.NFC_A: {
710 if (hasTech(TagTechnology.NFC_A)) {
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java     [all...]

Completed in 1173 milliseconds