Home
last modified time | relevance | path

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

/frameworks/base/tools/hoststubgen/hoststubgen/helper-runtime-src/com/android/hoststubgen/hosthelper/
DHostTestUtils.java79 String callbackMethod in callMethodCallHook() argument
81 callStaticMethodByName(callbackMethod, "method call hook", methodClass, in callMethodCallHook()
176 public static void onClassLoaded(Class<?> loadedClass, String callbackMethod) { in onClassLoaded() argument
178 + " calling hook " + callbackMethod); in onClassLoaded()
180 callStaticMethodByName(callbackMethod, "class load hook", 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()