Home
last modified time | relevance | path

Searched refs:SpellCheckerSessionListenerImpl (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/textservice/
DSpellCheckerSession.java99 private final SpellCheckerSessionListenerImpl mSpellCheckerSessionListenerImpl;
130 mSpellCheckerSessionListenerImpl = new SpellCheckerSessionListenerImpl(mHandler); in SpellCheckerSession()
221 private static class SpellCheckerSessionListenerImpl extends ISpellCheckerSessionListener.Stub { class in SpellCheckerSession
263 public SpellCheckerSessionListenerImpl(Handler handler) { in SpellCheckerSessionListenerImpl() method in SpellCheckerSession.SpellCheckerSessionListenerImpl
533 private final SpellCheckerSessionListenerImpl mParentSpellCheckerSessionListenerImpl;
535 public InternalListener(SpellCheckerSessionListenerImpl spellCheckerSessionListenerImpl) { in InternalListener()