Home
last modified time | relevance | path

Searched defs:supportedAttributes (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/textservice/
H A DISpellCheckerService.aidl47 int supportedAttributes, in getISpellCheckerSession()
H A DITextServicesManager.aidl37 in ISpellCheckerSessionListener scListener, in Bundle bundle, int supportedAttributes); in getSpellCheckerService()
/aosp12/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java258 @SuggestionsInfo.ResultAttrs int supportedAttributes) { in InternalISpellCheckerSession()
352 @SuggestionsInfo.ResultAttrs int supportedAttributes, in getISpellCheckerSession()
/aosp12/frameworks/base/core/java/android/view/textservice/
H A DTextServicesManager.java188 int supportedAttributes = SuggestionsInfo.RESULT_ATTR_IN_THE_DICTIONARY in newSpellCheckerSession() local
H A DSpellCheckerSession.java541 boolean referToSpellCheckerLanguageSettings, int supportedAttributes, in SpellCheckerSessionParams()
665 public Builder setSupportedAttributes( in setSupportedAttributes()
/aosp12/frameworks/base/services/core/java/com/android/server/textservices/
H A DTextServicesManagerService.java570 Bundle bundle, @SuggestionsInfo.ResultAttrs int supportedAttributes) { in getSpellCheckerService()
783 @SuggestionsInfo.ResultAttrs int supportedAttributes) { in SessionRequest()
/aosp12/frameworks/base/core/java/android/widget/
H A DSpellChecker.java124 int supportedAttributes = SuggestionsInfo.RESULT_ATTR_IN_THE_DICTIONARY in resetSession() local