Searched refs:ndefInfo (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Nfc/nci/jni/ |
D | NativeNfcTag.cpp | 1217 static jint nativeNfcTag_doCheckNdef(JNIEnv* e, jobject o, jintArray ndefInfo) { in nativeNfcTag_doCheckNdef() argument 1227 ndef = e->GetIntArrayElements(ndefInfo, 0); in nativeNfcTag_doCheckNdef() 1230 e->ReleaseIntArrayElements(ndefInfo, ndef, 0); in nativeNfcTag_doCheckNdef() 1275 ndef = e->GetIntArrayElements(ndefInfo, 0); in nativeNfcTag_doCheckNdef() 1284 e->ReleaseIntArrayElements(ndefInfo, ndef, 0); in nativeNfcTag_doCheckNdef() 1288 ndef = e->GetIntArrayElements(ndefInfo, 0); in nativeNfcTag_doCheckNdef() 1297 e->ReleaseIntArrayElements(ndefInfo, ndef, 0); in nativeNfcTag_doCheckNdef()
|
/packages/apps/Nfc/src/com/android/nfc/ |
D | NfcService.java | 1773 int[] ndefInfo = new int[2]; in isNdef() local 1777 return tag.checkNdef(ndefInfo); in isNdef()
|