Searched refs:protoDump (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() argument 59 IInputMethodManagerGlobalInvoker.startProtoDump(protoDump, source, where, exceptionHandler); in startProtoDump()
|
D | IInputMethodManagerGlobalInvoker.java | 127 static void startProtoDump(byte[] protoDump, int source, String where, in startProtoDump() argument 134 service.startProtoDump(protoDump, source, where); in startProtoDump()
|
/frameworks/base/core/java/com/android/internal/inputmethod/ |
D | ImeTracing.java | 83 protected void sendToService(byte[] protoDump, int source, String where) { in sendToService() argument 84 InputMethodManagerGlobal.startProtoDump(protoDump, source, where, in sendToService()
|
/frameworks/base/core/java/com/android/internal/view/ |
D | IInputMethodManager.aidl | 167 void startProtoDump(in byte[] protoDump, int source, String where); in startProtoDump() argument
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | IInputMethodManagerImpl.java | 388 public void startProtoDump(byte[] protoDump, int source, String where) { in startProtoDump() argument 389 mCallback.startProtoDump(protoDump, source, where); in startProtoDump()
|
D | InputMethodManagerService.java | 4538 public void startProtoDump(byte[] protoDump, int source, String where) { in startProtoDump() argument 4539 if (protoDump == null && source != ImeTracing.IME_TRACING_FROM_IMMS) { in startProtoDump() 4555 proto.write(InputMethodClientsTraceProto.CLIENT, protoDump); in startProtoDump() 4563 proto.write(InputMethodServiceTraceProto.INPUT_METHOD_SERVICE, protoDump); in startProtoDump()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/domain/interactor/ |
D | CurrentTilesInteractorImplTest.kt | 586 fun protoDump() = in protoDump() method in com.android.systemui.qs.pipeline.domain.interactor.CurrentTilesInteractorImplTest
|