Searched refs:mSpellCheckerSession (Results 1 – 2 of 2) sorted by relevance
71 SpellCheckerSession mSpellCheckerSession; field in SpellChecker127 mSpellCheckerSession = null; in resetSession()129 mSpellCheckerSession = mTextServicesManager.newSpellCheckerSession( in resetSession()166 return mSpellCheckerSession != null; in isSessionActive()170 if (mSpellCheckerSession != null) { in closeSession()171 mSpellCheckerSession.close(); in closeSession()264 if (mSpellCheckerSession == null) return; in spellCheck()318 mSpellCheckerSession.getSentenceSuggestions( in spellCheck()321 mSpellCheckerSession.getSuggestions(textInfos, SuggestionSpan.SUGGESTIONS_MAX_SIZE, in spellCheck()
84317 Landroid/widget/SpellChecker;->mSpellCheckerSession:Landroid/view/textservice/SpellCheckerSession;