Searched refs:ndefInfo (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Nfc/nci/jni/ |
D | NativeNfcTag.cpp | 1214 static jint nativeNfcTag_doCheckNdef(JNIEnv* e, jobject o, jintArray ndefInfo) { in nativeNfcTag_doCheckNdef() argument 1224 ndef = e->GetIntArrayElements(ndefInfo, 0); in nativeNfcTag_doCheckNdef() 1227 e->ReleaseIntArrayElements(ndefInfo, ndef, 0); in nativeNfcTag_doCheckNdef() 1272 ndef = e->GetIntArrayElements(ndefInfo, 0); in nativeNfcTag_doCheckNdef() 1281 e->ReleaseIntArrayElements(ndefInfo, ndef, 0); in nativeNfcTag_doCheckNdef() 1285 ndef = e->GetIntArrayElements(ndefInfo, 0); in nativeNfcTag_doCheckNdef() 1294 e->ReleaseIntArrayElements(ndefInfo, ndef, 0); in nativeNfcTag_doCheckNdef()
|
/packages/apps/Nfc/src/com/android/nfc/ |
D | NfcService.java | 1462 int[] ndefInfo = new int[2]; in isNdef() local 1466 return tag.checkNdef(ndefInfo); in isNdef()
|