Searched refs:startProtoDump (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodManagerGlobal.java | 57 public static void startProtoDump(byte[] protoDump, int source, String where, in startProtoDump() method in InputMethodManagerGlobal 59 IInputMethodManagerGlobalInvoker.startProtoDump(protoDump, source, where, exceptionHandler); in startProtoDump()
|
D | IInputMethodManagerGlobalInvoker.java | 127 static void startProtoDump(byte[] protoDump, int source, String where, in startProtoDump() method in IInputMethodManagerGlobalInvoker 134 service.startProtoDump(protoDump, source, where); in startProtoDump()
|
/frameworks/base/core/java/com/android/internal/inputmethod/ |
D | ImeTracing.java | 84 InputMethodManagerGlobal.startProtoDump(protoDump, source, where, in sendToService()
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | IInputMethodManagerImpl.java | 158 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 389 mCallback.startProtoDump(protoDump, source, where); in startProtoDump()
|
D | ZeroJankProxy.java | 339 public void startProtoDump(byte[] bytes, int i, String s) { in startProtoDump() method in ZeroJankProxy 340 mInner.startProtoDump(bytes, i, s); in startProtoDump()
|
D | InputMethodManagerService.java | 4538 public void startProtoDump(byte[] protoDump, int source, String where) { in startProtoDump() method
|
/frameworks/base/core/java/com/android/internal/view/ |
D | IInputMethodManager.aidl | 167 void startProtoDump(in byte[] protoDump, int source, String where); in startProtoDump() method
|