Searched refs:ndefInfo (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Nfc/nci/jni/ |
D | NativeNfcTag.cpp | 1202 static jint nativeNfcTag_doCheckNdef (JNIEnv* e, jobject o, jintArray ndefInfo) in nativeNfcTag_doCheckNdef() argument 1213 ndef = e->GetIntArrayElements (ndefInfo, 0); in nativeNfcTag_doCheckNdef() 1216 e->ReleaseIntArrayElements (ndefInfo, ndef, 0); in nativeNfcTag_doCheckNdef() 1265 ndef = e->GetIntArrayElements (ndefInfo, 0); in nativeNfcTag_doCheckNdef() 1274 e->ReleaseIntArrayElements (ndefInfo, ndef, 0); in nativeNfcTag_doCheckNdef() 1280 ndef = e->GetIntArrayElements (ndefInfo, 0); in nativeNfcTag_doCheckNdef() 1289 e->ReleaseIntArrayElements (ndefInfo, ndef, 0); in nativeNfcTag_doCheckNdef()
|
/packages/apps/Nfc/src/com/android/nfc/ |
D | NfcService.java | 1164 int[] ndefInfo = new int[2]; in isNdef() local 1168 return tag.checkNdef(ndefInfo); in isNdef()
|