Searched refs:libnfcType (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/ |
D | NativeNfcTag.java | 530 public void addNdefFormatableTechnology(int handle, int libnfcType) { in addNdefFormatableTechnology() argument 532 addTechnology(TagTechnology.NDEF_FORMATABLE, handle, libnfcType); in addNdefFormatableTechnology() 541 public void addNdefTechnology(NdefMessage msg, int handle, int libnfcType, in addNdefTechnology() argument 544 addTechnology(TagTechnology.NDEF, handle, libnfcType); in addNdefTechnology() 550 extras.putInt(Ndef.EXTRA_NDEF_TYPE, getNdefType(libnfcType, javaType)); in addNdefTechnology()
|
/packages/apps/Nfc/nci/jni/ |
D | NativeNfcTag.cpp | 1096 static jint nativeNfcTag_doGetNdefType(JNIEnv*, jobject, jint libnfcType, in nativeNfcTag_doGetNdefType() argument 1100 libnfcType, javaType); in nativeNfcTag_doGetNdefType() 1105 if (NFA_PROTOCOL_T1T == libnfcType) { in nativeNfcTag_doGetNdefType() 1107 } else if (NFA_PROTOCOL_T2T == libnfcType) { in nativeNfcTag_doGetNdefType() 1109 } else if (NFA_PROTOCOL_T3T == libnfcType) { in nativeNfcTag_doGetNdefType() 1111 } else if (NFA_PROTOCOL_ISO_DEP == libnfcType) { in nativeNfcTag_doGetNdefType() 1113 } else if (NFC_PROTOCOL_MIFARE == libnfcType) { in nativeNfcTag_doGetNdefType()
|