Searched defs:AbstractInputMethodSessionImpl (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
H A DAbstractInputMethodService.java68 * {@link AbstractInputMethodSessionImpl#revokeSelf()
69 * AbstractInputMethodSessionImpl.setEnabled()} method.
72 ((AbstractInputMethodSessionImpl)session).setEnabled(enabled);
77 * {@link AbstractInputMethodSessionImpl#revokeSelf()
78 * AbstractInputMethodSessionImpl.revokeSelf()} method.
81 ((AbstractInputMethodSessionImpl)session).revokeSelf();
90 public abstract class AbstractInputMethodSessionImpl implements InputMethodSession { class in class:AbstractInputMethodService
174 public abstract AbstractInputMethodSessionImpl onCreateInputMethodSessionInterface();

Completed in 293 milliseconds