Home
last modified time | relevance | path

Searched defs:startProtoDump (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManagerGlobal.java57 public static void startProtoDump(byte[] protoDump, int source, String where, in startProtoDump() method in InputMethodManagerGlobal
DIInputMethodManagerGlobalInvoker.java127 static void startProtoDump(byte[] protoDump, int source, String where, in startProtoDump() method in IInputMethodManagerGlobalInvoker
/frameworks/base/services/core/java/com/android/server/inputmethod/
DIInputMethodManagerImpl.java158 void startProtoDump(byte[] bytes, int i, String s); in startProtoDump() method
388 public void startProtoDump(byte[] protoDump, int source, String where) { in startProtoDump() method in IInputMethodManagerImpl
DZeroJankProxy.java339 public void startProtoDump(byte[] bytes, int i, String s) { in startProtoDump() method in ZeroJankProxy
DInputMethodManagerService.java4538 public void startProtoDump(byte[] protoDump, int source, String where) { in startProtoDump() method
/frameworks/base/core/java/com/android/internal/view/
DIInputMethodManager.aidl167 void startProtoDump(in byte[] protoDump, int source, String where); in startProtoDump() method