Searched refs:IsMethodPublic (Results 1 – 1 of 1) sorted by relevance
33 static bool IsMethodPublic(JNIEnv* env, jclass c, jmethodID method_id) { in IsMethodPublic() function92 if (!IsMethodPublic(env, klass.get(), method)) { in InvokeMain()