| 1362 | return functions->CallStaticObjectMethodV(this,clazz,methodID,args); |
| 1363 | } |
| 1364 | jobject CallStaticObjectMethodA(jclass clazz, jmethodID methodID, |
| 1365 | const jvalue *args) { |
| 1366 | return functions->CallStaticObjectMethodA(this,clazz,methodID,args); |
| 1367 | } |
| 1368 | |
| 1369 | jboolean CallStaticBooleanMethod(jclass clazz, |
| 1370 | jmethodID methodID, ...) { |
nothing calls this directly
no outgoing calls
no test coverage detected