Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/inputmethod/
DSpellCheckersSettings.java181 final SpellCheckerInfo currentSci = mTsm.getCurrentSpellChecker(); in showChooseLanguageDialog() local
182 if (currentSci == null) { in showChooseLanguageDialog()
191 final int subtypeCount = currentSci.getSubtypeCount(); in showChooseLanguageDialog()
193 items[ITEM_ID_USE_SYSTEM_LANGUAGE] = getSpellCheckerSubtypeLabel(currentSci, null); in showChooseLanguageDialog()
196 final SpellCheckerSubtype subtype = currentSci.getSubtypeAt(index); in showChooseLanguageDialog()
198 items[itemId] = getSpellCheckerSubtypeLabel(currentSci, subtype); in showChooseLanguageDialog()
210 mTsm.setSpellCheckerSubtype(currentSci.getSubtypeAt(index)); in showChooseLanguageDialog()
DSpellCheckerPreference.java67 public void setSelected(SpellCheckerInfo currentSci) { in setSelected() argument
68 if (currentSci == null) { in setSelected()
73 if (mScis[i].getId().equals(currentSci.getId())) { in setSelected()