Loading core/java/android/view/inputmethod/InputMethodManager.java +0 −7 Original line number Diff line number Diff line Loading @@ -1052,13 +1052,6 @@ public final class InputMethodManager { mNextServedView = null; if (mServedView != null) { if (DEBUG) Log.v(TAG, "FINISH INPUT: mServedView=" + dumpViewInfo(mServedView)); if (mCurrentTextBoxAttribute != null) { try { mService.finishInput(mClient); } catch (RemoteException e) { throw e.rethrowFromSystemServer(); } } mServedView = null; mCompletions = null; mServedConnecting = false; Loading core/java/com/android/internal/view/IInputMethodManager.aidl +0 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,6 @@ interface IInputMethodManager { // Currently there is a bug that aidl doesn't accept List<Parcelable> List getShortcutInputMethodsAndSubtypes(); void finishInput(in IInputMethodClient client); boolean showSoftInput(in IInputMethodClient client, int flags, in ResultReceiver resultReceiver); boolean hideSoftInput(in IInputMethodClient client, int flags, Loading services/core/java/com/android/server/inputmethod/InputMethodManagerService.java +0 −4 Original line number Diff line number Diff line Loading @@ -2014,10 +2014,6 @@ public class InputMethodManagerService extends IInputMethodManager.Stub return InputBindResult.IME_NOT_CONNECTED; } @Override public void finishInput(IInputMethodClient client) { } @Override public void onServiceConnected(ComponentName name, IBinder service) { synchronized (mMethodMap) { Loading Loading
core/java/android/view/inputmethod/InputMethodManager.java +0 −7 Original line number Diff line number Diff line Loading @@ -1052,13 +1052,6 @@ public final class InputMethodManager { mNextServedView = null; if (mServedView != null) { if (DEBUG) Log.v(TAG, "FINISH INPUT: mServedView=" + dumpViewInfo(mServedView)); if (mCurrentTextBoxAttribute != null) { try { mService.finishInput(mClient); } catch (RemoteException e) { throw e.rethrowFromSystemServer(); } } mServedView = null; mCompletions = null; mServedConnecting = false; Loading
core/java/com/android/internal/view/IInputMethodManager.aidl +0 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,6 @@ interface IInputMethodManager { // Currently there is a bug that aidl doesn't accept List<Parcelable> List getShortcutInputMethodsAndSubtypes(); void finishInput(in IInputMethodClient client); boolean showSoftInput(in IInputMethodClient client, int flags, in ResultReceiver resultReceiver); boolean hideSoftInput(in IInputMethodClient client, int flags, Loading
services/core/java/com/android/server/inputmethod/InputMethodManagerService.java +0 −4 Original line number Diff line number Diff line Loading @@ -2014,10 +2014,6 @@ public class InputMethodManagerService extends IInputMethodManager.Stub return InputBindResult.IME_NOT_CONNECTED; } @Override public void finishInput(IInputMethodClient client) { } @Override public void onServiceConnected(ComponentName name, IBinder service) { synchronized (mMethodMap) { Loading