Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSpellChecker.java71 SpellCheckerSession mSpellCheckerSession; field in SpellChecker
127 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt84317 Landroid/widget/SpellChecker;->mSpellCheckerSession:Landroid/view/textservice/SpellCheckerSession;