Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/
DTextServicesManagerService.java361 final SpellCheckerSubtype scs = sci.getSubtypeAt(i); in getCurrentSpellCheckerSubtype() local
363 final String scsLocale = scs.getLocale(); in getCurrentSpellCheckerSubtype()
365 return scs; in getCurrentSpellCheckerSubtype()
370 candidate = scs; in getCurrentSpellCheckerSubtype()
373 } else if (scs.hashCode() == hashCode) { in getCurrentSpellCheckerSubtype()
375 Slog.w(TAG, "Return subtype " + scs.hashCode() + ", input= " + locale in getCurrentSpellCheckerSubtype()
376 + ", " + scs.getLocale()); in getCurrentSpellCheckerSubtype()
379 return scs; in getCurrentSpellCheckerSubtype()
/frameworks/base/core/java/android/widget/
DSpellChecker.java416 final SpellCheckSpan scs = onGetSuggestionsInternal( in onGetSentenceSuggestions() local
418 if (spellCheckSpan == null && scs != null) { in onGetSentenceSuggestions()
421 spellCheckSpan = scs; in onGetSentenceSuggestions()
/frameworks/base/docs/html/guide/topics/text/
Dspell-checker-framework.jd165 android:name="android.view.textservice.scs"
/frameworks/base/api/
Dcurrent.txt29806 field public static final java.lang.String SERVICE_META_DATA = "android.view.textservice.scs";