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

/frameworks/base/core/java/android/nfc/tech/
H A DNfcA.java58 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);
H A DTagTechnology.java89 public static final int NFC_A = 1; field in interface:TagTechnology
/frameworks/base/core/java/android/nfc/
H A DTag.java177 case TagTechnology.NFC_A:
225 techStringToCodeMap.put(NfcA.class.getName(), TagTechnology.NFC_A);

Completed in 42 milliseconds