Searched refs:stopImeTrace (Results 1 – 5 of 5) sorted by relevance
80 public static void stopImeTrace(@Nullable Consumer<RemoteException> exceptionHandler) { in stopImeTrace() method in InputMethodManagerGlobal81 IInputMethodManagerGlobalInvoker.stopImeTrace(exceptionHandler); in stopImeTrace()
156 static void stopImeTrace(@Nullable Consumer<RemoteException> exceptionHandler) { in stopImeTrace() method in IInputMethodManagerGlobalInvoker162 service.stopImeTrace(); in stopImeTrace()
97 public final void stopImeTrace() { in stopImeTrace() method in ImeTracing98 InputMethodManagerGlobal.stopImeTrace(e -> Log.e(TAG, "Could not stop ime trace.", e)); in stopImeTrace()
146 void stopImeTrace(); in stopImeTrace() method
4720 public void stopImeTrace() { in stopImeTrace() method