MCPcopy Create free account
hub / github.com/NativeScript/android / SetObjectArrayElement

Method SetObjectArrayElement

test-app/runtime/src/main/cpp/JEnv.cpp:473–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471}
472
473void JEnv::SetObjectArrayElement(jobjectArray array, jsize index, jobject value) {
474 m_env->SetObjectArrayElement(array, index, value);
475 CheckForJavaException();
476}
477
478const char *JEnv::GetStringUTFChars(jstring str, jboolean *isCopy) {
479 const char *cc = m_env->GetStringUTFChars(str, isCopy);

Callers 6

GetMethodOverridesMethod · 0.80
ToJavaArrayMethod · 0.80
SetArrayElementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected