Home
last modified time | relevance | path

Searched refs:protoDump (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManagerGlobal.java57 public static void startProtoDump(byte[] protoDump, int source, String where, in startProtoDump() argument
59 IInputMethodManagerGlobalInvoker.startProtoDump(protoDump, source, where, exceptionHandler); in startProtoDump()
DIInputMethodManagerGlobalInvoker.java127 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/
DImeTracing.java83 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/
DIInputMethodManager.aidl167 void startProtoDump(in byte[] protoDump, int source, String where); in startProtoDump() argument
/frameworks/base/services/core/java/com/android/server/inputmethod/
DIInputMethodManagerImpl.java388 public void startProtoDump(byte[] protoDump, int source, String where) { in startProtoDump() argument
389 mCallback.startProtoDump(protoDump, source, where); in startProtoDump()
DInputMethodManagerService.java4538 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/
DCurrentTilesInteractorImplTest.kt586 fun protoDump() = in protoDump() method in com.android.systemui.qs.pipeline.domain.interactor.CurrentTilesInteractorImplTest