Searched refs:callbackMethod (Results 1 – 2 of 2) sorted by relevance
79 String callbackMethod in callMethodCallHook() argument81 callStaticMethodByName(callbackMethod, "method call hook", methodClass, in callMethodCallHook()176 public static void onClassLoaded(Class<?> loadedClass, String callbackMethod) { in onClassLoaded() argument178 + " calling hook " + callbackMethod); in onClassLoaded()180 callStaticMethodByName(callbackMethod, "class load hook", loadedClass); in onClassLoaded()
197 void callbackMethod(T listener); in callbackMethod() method222 info.mExecutor.execute(() -> callback.callbackMethod(info.mListener)); in callListeners()