Loading core/java/android/view/inputmethod/InputMethodManager.java +4 −6 Original line number Diff line number Diff line Loading @@ -2056,14 +2056,12 @@ public final class InputMethodManager { * have any input method subtype. */ public InputMethodSubtype getCurrentInputMethodSubtype() { synchronized (mH) { try { return mService.getCurrentInputMethodSubtype(); } catch (RemoteException e) { throw e.rethrowFromSystemServer(); } } } /** * Switch to a new input method subtype of the current input method. Loading Loading
core/java/android/view/inputmethod/InputMethodManager.java +4 −6 Original line number Diff line number Diff line Loading @@ -2056,14 +2056,12 @@ public final class InputMethodManager { * have any input method subtype. */ public InputMethodSubtype getCurrentInputMethodSubtype() { synchronized (mH) { try { return mService.getCurrentInputMethodSubtype(); } catch (RemoteException e) { throw e.rethrowFromSystemServer(); } } } /** * Switch to a new input method subtype of the current input method. Loading