Searched refs:javaType (Results 1 – 4 of 4) sorted by relevance
| /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/ |
| D | NativeNfcTag.java | 531 int javaType, int maxLength, int cardState) { in addNdefTechnology() argument 539 extras.putInt(Ndef.EXTRA_NDEF_TYPE, getNdefType(libnfcType, javaType)); in addNdefTechnology()
|
| /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/ |
| D | NativeNfcTag.java | 522 int javaType, int maxLength, int cardState) { in addNdefTechnology() argument 530 extras.putInt(Ndef.EXTRA_NDEF_TYPE, getNdefType(libnfcType, javaType)); in addNdefTechnology()
|
| /packages/apps/Nfc/nci/jni/ |
| D | NativeNfcTag.cpp | 1076 static jint nativeNfcTag_doGetNdefType (JNIEnv*, jobject, jint libnfcType, jint javaType) in nativeNfcTag_doGetNdefType() argument 1078 ALOGD ("%s: enter; libnfc type=%d; java type=%d", __FUNCTION__, libnfcType, javaType); in nativeNfcTag_doGetNdefType()
|
| /packages/apps/Nfc/nxp/jni/ |
| D | com_android_nfc_NativeNfcTag.cpp | 897 jint libnfcType, jint javaType) in com_android_nfc_NativeNfcTag_doGetNdefType() argument 918 if (javaType == TARGET_TYPE_MIFARE_UL) { in com_android_nfc_NativeNfcTag_doGetNdefType()
|