Searched refs:mSpellCheckerSession (Results 1 – 3 of 3) sorted by relevance
73 SpellCheckerSession mSpellCheckerSession; field in SpellChecker123 mSpellCheckerSession = null; in resetSession()133 mSpellCheckerSession = mTextServicesManager.newSpellCheckerSession( in resetSession()167 return mSpellCheckerSession != null; in isSessionActive()171 if (mSpellCheckerSession != null) { in closeSession()172 mSpellCheckerSession.close(); in closeSession()287 if (mSpellCheckerSession == null) return; in spellCheck()352 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()
69245 Landroid/widget/SpellChecker;->mSpellCheckerSession:Landroid/view/textservice/SpellCheckerSession;