Searched refs:nativeArray (Results 1 – 1 of 1) sorted by relevance
2602 int *nativeArray = nullptr; in convertJIntArrayToUidVector() local2603 nativeArray = env->GetIntArrayElements(jArray, 0); in convertJIntArrayToUidVector()2604 if (nativeArray != nullptr) { in convertJIntArrayToUidVector()2606 nativeVector.push_back(nativeArray[i]); in convertJIntArrayToUidVector()2608 env->ReleaseIntArrayElements(jArray, nativeArray, 0); in convertJIntArrayToUidVector()