Searched refs:stopImeTrace (Results 1 – 7 of 7) sorted by relevance
80 public static void stopImeTrace(@Nullable Consumer<RemoteException> exceptionHandler) { in stopImeTrace() method in InputMethodManagerGlobal81 IInputMethodManagerGlobalInvoker.stopImeTrace(exceptionHandler); in stopImeTrace()
166 static void stopImeTrace(@Nullable Consumer<RemoteException> exceptionHandler) { in stopImeTrace() method in IInputMethodManagerGlobalInvoker172 service.stopImeTrace(); in stopImeTrace()
100 public final void stopImeTrace() { in stopImeTrace() method in ImeTracing101 InputMethodManagerGlobal.stopImeTrace(e -> Log.e(TAG, "Could not stop ime trace.", e)); in stopImeTrace()
166 void stopImeTrace(); in stopImeTrace() method407 public void stopImeTrace() { in stopImeTrace() method in IInputMethodManagerImpl410 mCallback.stopImeTrace(); in stopImeTrace()
356 public void stopImeTrace() { in stopImeTrace() method in ZeroJankProxy357 mInner.stopImeTrace(); in stopImeTrace()
4602 public void stopImeTrace() { in stopImeTrace() method
182 void stopImeTrace(); in stopImeTrace() method