| 1010 | return functions->CallLongMethodV(this,obj,methodID,args); |
| 1011 | } |
| 1012 | jlong CallLongMethodA(jobject obj, jmethodID methodID, |
| 1013 | const jvalue * args) { |
| 1014 | return functions->CallLongMethodA(this,obj,methodID,args); |
| 1015 | } |
| 1016 | |
| 1017 | jfloat CallFloatMethod(jobject obj, jmethodID methodID, ...) { |
| 1018 | va_list args; |
nothing calls this directly
no outgoing calls
no test coverage detected