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

Method GetStaticFieldID

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

Source from the content-addressed store, hash-verified

59}
60
61jfieldID JEnv::GetStaticFieldID(jclass clazz, const string &name, const string &sig) {
62 jfieldID fid = m_env->GetStaticFieldID(clazz, name.c_str(), sig.c_str());
63 CheckForJavaException();
64 return fid;
65}
66
67void JEnv::CallStaticVoidMethodA(jclass clazz, jmethodID methodID, jvalue *args) {
68 m_env->CallStaticVoidMethodA(clazz, methodID, args);

Callers 2

GetJavaFieldMethod · 0.80
SetJavaFieldMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected