Searched refs:ndefInfo (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Nfc/nci/jni/ |
D | NativeNfcTag.cpp | 1133 static jint nativeNfcTag_doCheckNdef(JNIEnv* e, jobject o, jintArray ndefInfo) { in nativeNfcTag_doCheckNdef() argument 1142 ndef = e->GetIntArrayElements(ndefInfo, 0); in nativeNfcTag_doCheckNdef() 1145 e->ReleaseIntArrayElements(ndefInfo, ndef, 0); in nativeNfcTag_doCheckNdef() 1185 ndef = e->GetIntArrayElements(ndefInfo, 0); in nativeNfcTag_doCheckNdef() 1194 e->ReleaseIntArrayElements(ndefInfo, ndef, 0); in nativeNfcTag_doCheckNdef() 1198 ndef = e->GetIntArrayElements(ndefInfo, 0); in nativeNfcTag_doCheckNdef() 1207 e->ReleaseIntArrayElements(ndefInfo, ndef, 0); in nativeNfcTag_doCheckNdef()
|
/packages/apps/Nfc/src/com/android/nfc/ |
D | NfcService.java | 2878 int[] ndefInfo = new int[2]; in isNdef() local 2882 return tag.checkNdef(ndefInfo); in isNdef()
|