Loading services/core/java/com/android/server/inputmethod/InputMethodManagerService.java +0 −2 Original line number Diff line number Diff line Loading @@ -987,8 +987,6 @@ public final class InputMethodManagerService implements IInputMethodManagerImpl. @NonNull private static InputMethodManagerService createServiceForProduction( @NonNull Context context) { // TODO(b/196206770): Disallow I/O on this thread. Currently it's needed for loading // additional subtypes in switchUserOnHandlerLocked(). final ServiceThread thread = new ServiceThread(HANDLER_THREAD_NAME, Process.THREAD_PRIORITY_FOREGROUND, false /* allowIo */); thread.start(); Loading Loading
services/core/java/com/android/server/inputmethod/InputMethodManagerService.java +0 −2 Original line number Diff line number Diff line Loading @@ -987,8 +987,6 @@ public final class InputMethodManagerService implements IInputMethodManagerImpl. @NonNull private static InputMethodManagerService createServiceForProduction( @NonNull Context context) { // TODO(b/196206770): Disallow I/O on this thread. Currently it's needed for loading // additional subtypes in switchUserOnHandlerLocked(). final ServiceThread thread = new ServiceThread(HANDLER_THREAD_NAME, Process.THREAD_PRIORITY_FOREGROUND, false /* allowIo */); thread.start(); Loading