Home
last modified time | relevance | path

Searched defs:MethodCallback (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/
H A Druntime_callbacks.h43 class MethodCallback; variable
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java1444 private static final class MethodCallback extends IInputSessionCallback.Stub { class in InputMethodManagerService
1449 MethodCallback(InputMethodManagerService imms, IInputMethod method, in MethodCallback() method in InputMethodManagerService.MethodCallback