Loading core/java/android/view/inputmethod/InputMethodManager.java +8 −2 Original line number Original line Diff line number Diff line Loading @@ -1201,8 +1201,14 @@ public final class InputMethodManager { } } } } /** @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 */ public IInputMethodClient getClient() { public IInputMethodClient getClient() { return mClient; return mClient; } } Loading Loading
core/java/android/view/inputmethod/InputMethodManager.java +8 −2 Original line number Original line Diff line number Diff line Loading @@ -1201,8 +1201,14 @@ public final class InputMethodManager { } } } } /** @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 */ public IInputMethodClient getClient() { public IInputMethodClient getClient() { return mClient; return mClient; } } Loading