Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManagerGlobal.java57 public static void startProtoDump(byte[] protoDump, int source, String where, in startProtoDump() method in InputMethodManagerGlobal
59 IInputMethodManagerGlobalInvoker.startProtoDump(protoDump, source, where, exceptionHandler); in startProtoDump()
H A DIInputMethodManagerGlobalInvoker.java117 static void startProtoDump(byte[] protoDump, int source, String where, in startProtoDump() method in IInputMethodManagerGlobalInvoker
124 service.startProtoDump(protoDump, source, where); in startProtoDump()
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DImeTracing.java81 InputMethodManagerGlobal.startProtoDump(protoDump, source, where, in sendToService()
/aosp14/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethodManager.aidl131 void startProtoDump(in byte[] protoDump, int source, String where); in startProtoDump() method
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java4648 public void startProtoDump(byte[] protoDump, int source, String where) { in startProtoDump() method