Searched refs:scs (Results 1 – 4 of 4) sorted by relevance
361 final SpellCheckerSubtype scs = sci.getSubtypeAt(i); in getCurrentSpellCheckerSubtype() local363 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()
416 final SpellCheckSpan scs = onGetSuggestionsInternal( in onGetSentenceSuggestions() local418 if (spellCheckSpan == null && scs != null) { in onGetSentenceSuggestions()421 spellCheckSpan = scs; in onGetSentenceSuggestions()
165 android:name="android.view.textservice.scs"
29806 field public static final java.lang.String SERVICE_META_DATA = "android.view.textservice.scs";