Home
last modified time | relevance | path

Searched refs:techListField (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Nfc/nxp/jni/
Dcom_android_nfc_NativeNfcTag.cpp305 jfieldID techListField = e->GetFieldID(tag_cls.get(), "mTechList", "[I"); in set_target_pollBytes() local
306 ScopedLocalRef<jintArray> techList(e, (jintArray) e->GetObjectField(tag, techListField)); in set_target_pollBytes()
386 jfieldID techListField = e->GetFieldID(tag_cls.get(), "mTechList", "[I"); in set_target_activationBytes() local
387 ScopedLocalRef<jintArray> techList(e, (jintArray) e->GetObjectField(tag, techListField)); in set_target_activationBytes()