Searched refs:sciId (Results 1 – 2 of 2) sorted by relevance
132 private void putSelectedSpellChecker(@Nullable String sciId) { in putSelectedSpellChecker() argument133 putString(Settings.Secure.SELECTED_SPELL_CHECKER, sciId); in putSelectedSpellChecker()583 if (!spellCheckerMap.containsKey(sciId)) { in getSpellCheckerService()586 final SpellCheckerInfo sci = spellCheckerMap.get(sciId); in getSpellCheckerService()597 SpellCheckerBindGroup bindGroup = spellCheckerBindGroups.get(sciId); in getSpellCheckerService()637 final String sciId = info.getId(); in startSpellCheckerServiceInnerLocked() local652 tsd.mSpellCheckerBindGroups.put(sciId, group); in startSpellCheckerServiceInnerLocked()741 final String sciId = (sci != null) ? sci.getId() : ""; in setCurrentSpellCheckerLocked() local743 Slog.w(TAG, "setCurrentSpellChecker: " + sciId); in setCurrentSpellCheckerLocked()922 final String sciId = mInternalConnection.mSciId; in cleanLocked() local[all …]
35 oneway void getSpellCheckerService(int userId, String sciId, in String locale, in getSpellCheckerService() argument