Home
last modified time | relevance | path

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

/frameworks/base/core/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()
147 int err = mTag.getTagService().setTimeout(TagTechnology.NFC_A, timeout); in setTimeout()
165 return mTag.getTagService().getTimeout(TagTechnology.NFC_A); in getTimeout()
DTagTechnology.java89 public static final int NFC_A = 1; field
/frameworks/base/core/java/android/nfc/
DTag.java177 case TagTechnology.NFC_A: in generateTechStringList()
225 techStringToCodeMap.put(NfcA.class.getName(), TagTechnology.NFC_A); in getTechStringToCodeMap()