Searched refs:exceptionHandler (Results 1 – 3 of 3) sorted by relevance
58 @Nullable Consumer<RemoteException> exceptionHandler) { in startProtoDump() argument59 IInputMethodManagerGlobalInvoker.startProtoDump(protoDump, source, where, exceptionHandler); in startProtoDump()69 public static void startImeTrace(@Nullable Consumer<RemoteException> exceptionHandler) { in startImeTrace() argument70 IInputMethodManagerGlobalInvoker.startImeTrace(exceptionHandler); in startImeTrace()80 public static void stopImeTrace(@Nullable Consumer<RemoteException> exceptionHandler) { in stopImeTrace() argument81 IInputMethodManagerGlobalInvoker.stopImeTrace(exceptionHandler); in stopImeTrace()102 public static void removeImeSurface(@Nullable Consumer<RemoteException> exceptionHandler) { in removeImeSurface() argument103 IInputMethodManagerGlobalInvoker.removeImeSurface(exceptionHandler); in removeImeSurface()
97 @Nullable Consumer<RemoteException> exceptionHandler) { in handleRemoteExceptionOrRethrow() argument98 if (exceptionHandler != null) { in handleRemoteExceptionOrRethrow()99 exceptionHandler.accept(e); in handleRemoteExceptionOrRethrow()118 @Nullable Consumer<RemoteException> exceptionHandler) { in startProtoDump() argument126 handleRemoteExceptionOrRethrow(e, exceptionHandler); in startProtoDump()137 static void startImeTrace(@Nullable Consumer<RemoteException> exceptionHandler) { in startImeTrace() argument145 handleRemoteExceptionOrRethrow(e, exceptionHandler); in startImeTrace()156 static void stopImeTrace(@Nullable Consumer<RemoteException> exceptionHandler) { in stopImeTrace() argument164 handleRemoteExceptionOrRethrow(e, exceptionHandler); in stopImeTrace()192 static void removeImeSurface(@Nullable Consumer<RemoteException> exceptionHandler) { in removeImeSurface() argument[all …]
196 @Nullable UncaughtExceptionHandler exceptionHandler) { in startBackupThread()198 backupThread.setUncaughtExceptionHandler(exceptionHandler); in startBackupThread()