Searched refs:libnfcType (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/ |
D | NativeNfcTag.java | 550 public void addNdefFormatableTechnology(int handle, int libnfcType) { in addNdefFormatableTechnology() argument 552 addTechnology(TagTechnology.NDEF_FORMATABLE, handle, libnfcType); in addNdefFormatableTechnology() 564 int libnfcType, in addNdefTechnology() argument 569 addTechnology(TagTechnology.NDEF, handle, libnfcType); in addNdefTechnology() 575 extras.putInt(Ndef.EXTRA_NDEF_TYPE, getNdefType(libnfcType, javaType)); in addNdefTechnology()
|
/packages/apps/Nfc/nci/jni/ |
D | NativeNfcTag.cpp | 1022 static jint nativeNfcTag_doGetNdefType(JNIEnv*, jobject, jint libnfcType, in nativeNfcTag_doGetNdefType() argument 1025 __func__, libnfcType, javaType); in nativeNfcTag_doGetNdefType() 1030 if (NFA_PROTOCOL_T1T == libnfcType) { in nativeNfcTag_doGetNdefType() 1032 } else if (NFA_PROTOCOL_T2T == libnfcType) { in nativeNfcTag_doGetNdefType() 1034 } else if (NFA_PROTOCOL_T3T == libnfcType) { in nativeNfcTag_doGetNdefType() 1036 } else if (NFA_PROTOCOL_ISO_DEP == libnfcType) { in nativeNfcTag_doGetNdefType() 1038 } else if (NFC_PROTOCOL_MIFARE == libnfcType) { in nativeNfcTag_doGetNdefType()
|