Searched defs:callMethod (Results 1 – 3 of 3) sorted by relevance
102 private static void callMethod(Object target, long methodID, Object... args) { in callMethod() method in PropertyValuesHolder_Delegate
442 … public <T> T callMethod(Object instance, String methodName, boolean makePublic) throws Exception { in callMethod() method in DelegateClassAdapterTest.ClassLoader2
529 void JNIHelper::callMethod(jobject obj, const char *method, const char *signature, ...) in callMethod() function in android::JNIHelper