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

/packages/apps/Nfc/jni/
H A Dcom_android_nfc_NativeNfcTag.cpp307 int techListLength = e->GetArrayLength(techList); local
310 jobjectArray techPollBytes = e->NewObjectArray(techListLength,
313 for (int tech = 0; tech < techListLength; tech++) {
392 int techListLength = e->GetArrayLength(techList); local
396 jobjectArray techActBytes = e->NewObjectArray(techListLength,
399 for (int tech = 0; tech < techListLength; tech++) {

Completed in 5 milliseconds