Loading core/api/current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -18572,7 +18572,6 @@ package android.inputmethodservice { public abstract class AbstractInputMethodService extends android.app.Service implements android.view.KeyEvent.Callback { ctor public AbstractInputMethodService(); method public android.view.KeyEvent.DispatcherState getKeyDispatcherState(); method public final boolean isUiContext(); method public final android.os.IBinder onBind(android.content.Intent); method public abstract android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodImpl onCreateInputMethodInterface(); method public abstract android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl onCreateInputMethodSessionInterface(); core/java/android/inputmethodservice/AbstractInputMethodService.java +0 −7 Original line number Diff line number Diff line Loading @@ -300,13 +300,6 @@ public abstract class AbstractInputMethodService extends WindowProviderService return false; } // TODO(b/149463653): remove it in T. We missed the API deadline in S. /** @hide */ @Override public final boolean isUiContext() { return true; } /** @hide */ @Override public final int getWindowType() { Loading Loading
core/api/current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -18572,7 +18572,6 @@ package android.inputmethodservice { public abstract class AbstractInputMethodService extends android.app.Service implements android.view.KeyEvent.Callback { ctor public AbstractInputMethodService(); method public android.view.KeyEvent.DispatcherState getKeyDispatcherState(); method public final boolean isUiContext(); method public final android.os.IBinder onBind(android.content.Intent); method public abstract android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodImpl onCreateInputMethodInterface(); method public abstract android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl onCreateInputMethodSessionInterface();
core/java/android/inputmethodservice/AbstractInputMethodService.java +0 −7 Original line number Diff line number Diff line Loading @@ -300,13 +300,6 @@ public abstract class AbstractInputMethodService extends WindowProviderService return false; } // TODO(b/149463653): remove it in T. We missed the API deadline in S. /** @hide */ @Override public final boolean isUiContext() { return true; } /** @hide */ @Override public final int getWindowType() { Loading