Home
last modified time | relevance | path

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

/frameworks/base/tools/hoststubgen/hoststubgen/helper-runtime-src/com/android/hoststubgen/hosthelper/
DHostTestUtils.java81 callStaticMethodByName(callbackMethod, "method call hook", methodClass, in callMethodCallHook()
180 callStaticMethodByName(callbackMethod, "class load hook", loadedClass); in onClassLoaded()
183 private static void callStaticMethodByName(String classAndMethodName, in callStaticMethodByName() method in HostTestUtils