Home
last modified time | relevance | path

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

/frameworks/base/ravenwood/tools/hoststubgen/helper-runtime-src/com/android/hoststubgen/hosthelper/
DHostTestUtils.java84 String callbackMethod in callMethodCallHook() argument
89 callStaticMethodByName(callbackMethod, "method call hook", sMethodHookArgTypes, in callMethodCallHook()
127 public static void onClassLoaded(Class<?> loadedClass, String callbackMethod) { in onClassLoaded() argument
129 + " calling hook " + callbackMethod); in onClassLoaded()
132 callbackMethod, "class load hook", sClassLoadHookArgTypes, loadedClass); in onClassLoaded()
/frameworks/base/media/java/android/media/
DCallbackUtil.java197 void callbackMethod(T listener); in callbackMethod() method
222 info.mExecutor.execute(() -> callback.callbackMethod(info.mListener)); in callListeners()