Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSuggestedWords.java265 public final String mPrevWordsContext; field in SuggestedWords.SuggestedWordInfo
299 mPrevWordsContext = prevWordsContext; in SuggestedWordInfo()
316 mPrevWordsContext = ""; in SuggestedWordInfo()
H A DSuggest.java429 return new SuggestedWordInfo(sb.toString(), wordInfo.mPrevWordsContext, in getTransformedSuggestedWordInfo()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogic.java2132 ? autoCorrectionOrNull.mPrevWordsContext in commitCurrentAutoCorrection()