Loading core/java/android/view/inputmethod/InputMethodManager.java +9 −2 Original line number Diff line number Diff line Loading @@ -1207,8 +1207,15 @@ public final class InputMethodManager { return mClient; } /** @hide */ @UnsupportedAppUsage /** * No longer used. Do not use. * * TODO(b/192412909) Remove this method. * * @deprecated Was kept due to {@link UnsupportedAppUsage}. Will be removed soon. * @hide */ @Deprecated public IInputContext getInputContext() { return mIInputContext; } Loading Loading
core/java/android/view/inputmethod/InputMethodManager.java +9 −2 Original line number Diff line number Diff line Loading @@ -1207,8 +1207,15 @@ public final class InputMethodManager { return mClient; } /** @hide */ @UnsupportedAppUsage /** * No longer used. Do not use. * * TODO(b/192412909) Remove this method. * * @deprecated Was kept due to {@link UnsupportedAppUsage}. Will be removed soon. * @hide */ @Deprecated public IInputContext getInputContext() { return mIInputContext; } Loading