Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/textservice/
H A DTextServicesManager.java241 SpellCheckerSubtype subtypeInUse = null; in newSpellCheckerSession() local
243 subtypeInUse = getCurrentSpellCheckerSubtype(true); in newSpellCheckerSession()
244 if (subtypeInUse == null) { in newSpellCheckerSession()
248 final String subtypeLocale = subtypeInUse.getLocale(); in newSpellCheckerSession()
261 subtypeInUse = subtype; in newSpellCheckerSession()
265 subtypeInUse = subtype; in newSpellCheckerSession()
269 if (subtypeInUse == null) { in newSpellCheckerSession()
274 mService.getSpellCheckerService(mUserId, sci.getId(), subtypeInUse.getLocale(), in newSpellCheckerSession()