Searched refs:ndefInfo (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Nfc/nci/jni/ |
D | NativeNfcTag.cpp | 1067 static jint nativeNfcTag_doCheckNdef (JNIEnv* e, jobject, jintArray ndefInfo) in nativeNfcTag_doCheckNdef() argument 1078 ndef = e->GetIntArrayElements (ndefInfo, 0); in nativeNfcTag_doCheckNdef() 1081 e->ReleaseIntArrayElements (ndefInfo, ndef, 0); in nativeNfcTag_doCheckNdef() 1118 ndef = e->GetIntArrayElements (ndefInfo, 0); in nativeNfcTag_doCheckNdef() 1127 e->ReleaseIntArrayElements (ndefInfo, ndef, 0); in nativeNfcTag_doCheckNdef() 1133 ndef = e->GetIntArrayElements (ndefInfo, 0); in nativeNfcTag_doCheckNdef() 1142 e->ReleaseIntArrayElements (ndefInfo, ndef, 0); in nativeNfcTag_doCheckNdef()
|
/packages/apps/Nfc/src/com/android/nfc/ |
D | NfcService.java | 1150 int[] ndefInfo = new int[2]; in isNdef() local 1154 return tag.checkNdef(ndefInfo); in isNdef()
|