Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/nfc/tech/
DNfcF.java58 if (!tag.hasTech(TagTechnology.NFC_F)) return null; in get()
68 super(tag, TagTechnology.NFC_F); in NfcF()
69 Bundle extras = tag.getTechExtras(TagTechnology.NFC_F); in NfcF()
146 int err = mTag.getTagService().setTimeout(TagTechnology.NFC_F, timeout); in setTimeout()
164 return mTag.getTagService().getTimeout(TagTechnology.NFC_F); in getTimeout()
DTagTechnology.java110 public static final int NFC_F = 4; field
/frameworks/base/core/java/android/nfc/
DTag.java183 case TagTechnology.NFC_F: in generateTechStringList()
227 techStringToCodeMap.put(NfcF.class.getName(), TagTechnology.NFC_F); in getTechStringToCodeMap()