Searched refs:mSpellCheckerSession (Results 1 – 3 of 3) sorted by relevance
72 SpellCheckerSession mSpellCheckerSession; field in SpellChecker122 mSpellCheckerSession = null; in resetSession()132 mSpellCheckerSession = mTextServicesManager.newSpellCheckerSession( in resetSession()166 return mSpellCheckerSession != null; in isSessionActive()170 if (mSpellCheckerSession != null) { in closeSession()171 mSpellCheckerSession.close(); in closeSession()286 if (mSpellCheckerSession == null) return; in spellCheck()351 mSpellCheckerSession.getSentenceSuggestions( in spellCheck()
250 private SpellCheckerSession mSpellCheckerSession; field in SpellCheckerSession.SpellCheckerSessionListenerImpl272 mSpellCheckerSession = spellCheckerSession; in SpellCheckerSessionListenerImpl()360 mSpellCheckerSession = null; in processCloseLocked()527 return mSpellCheckerSession; in getSpellCheckerSession()
73211 Landroid/widget/SpellChecker;->mSpellCheckerSession:Landroid/view/textservice/SpellCheckerSession;