Home
last modified time | relevance | path

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

/frameworks/base/nfc/java/android/nfc/tech/
DNfcA.java58 if (!tag.hasTech(TagTechnology.NFC_A)) return null; in get()
68 super(tag, TagTechnology.NFC_A); in NfcA()
69 Bundle extras = tag.getTechExtras(TagTechnology.NFC_A); in NfcA()
148 int err = mTag.getTagService().setTimeout(TagTechnology.NFC_A, timeout); in setTimeout()
167 return mTag.getTagService().getTimeout(TagTechnology.NFC_A); in getTimeout()
DTagTechnology.java89 public static final int NFC_A = 1; field
/frameworks/base/nfc/java/android/nfc/
DTag.java186 case TagTechnology.NFC_A: in generateTechStringList()
234 techStringToCodeMap.put(NfcA.class.getName(), TagTechnology.NFC_A); in getTechStringToCodeMap()