HomeSort by relevance Sort by last modified time
    Searched refs:NFC_A (Results 1 - 7 of 7) 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;
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcTag.java 395 int nfcaTechIndex = getTechIndex(TagTechnology.NFC_A);
633 case TagTechnology.NFC_A: {
677 if (hasTech(TagTechnology.NFC_A)) {
NativeNfcManager.java 297 case (TagTechnology.NFC_A):
  /frameworks/base/core/java/android/nfc/
Tag.java 176 case TagTechnology.NFC_A:
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcManager.java 246 case (TagTechnology.NFC_A):
NativeNfcTag.java 638 case TagTechnology.NFC_A: {
682 if (hasTech(TagTechnology.NFC_A)) {

Completed in 607 milliseconds