Searched refs:techPollBytes (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Nfc/nci/jni/
H A DNfcTag.cpp651 jobjectArray techPollBytes = e->NewObjectArray (mNumTechList, e->GetObjectClass(pollBytes), 0); local
744 e->SetObjectArrayElement (techPollBytes, i, pollBytes);
747 e->SetObjectField (tag, f, techPollBytes);
/packages/apps/Nfc/nxp/jni/
H A Dcom_android_nfc_NativeNfcTag.cpp310 jobjectArray techPollBytes = e->NewObjectArray(techListLength, local
366 e->SetObjectArrayElement(techPollBytes, tech, pollBytes);
369 e->SetObjectField(tag, f, techPollBytes);

Completed in 56 milliseconds