Home
last modified time | relevance | path

Searched refs:methodNameAndTypes (Results 1 – 1 of 1) sorted by relevance

/expo/android/tools/src/main/java/host/exp/exponent/tools/
H A DReactAndroidCodeTransformer.java60 …private static String getCallMethodReflectionBlock(String className, String methodNameAndTypes, St… in getCallMethodReflectionBlock() argument
61 return getCallMethodReflectionBlock(className, methodNameAndTypes, targetAndValues, "", ""); in getCallMethodReflectionBlock()
64 …private static String getCallMethodReflectionBlock(String className, String methodNameAndTypes, St… in getCallMethodReflectionBlock() argument
67 … returnValue + "Class.forName(\"" + className + "\").getMethod(" + methodNameAndTypes + ").invoke(… in getCallMethodReflectionBlock()