Home
last modified time | relevance | path

Searched refs:mSupportedAttributes (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/textservice/
DSpellCheckerSession.java537 private final @SuggestionsInfo.ResultAttrs int mSupportedAttributes; field in SpellCheckerSession.SpellCheckerSessionParams
545 mSupportedAttributes = supportedAttributes; in SpellCheckerSessionParams()
575 return mSupportedAttributes; in getSupportedAttributes()
596 private @SuggestionsInfo.ResultAttrs int mSupportedAttributes = 0; field in SpellCheckerSession.SpellCheckerSessionParams.Builder
618 mShouldReferToSpellCheckerLanguageSettings, mSupportedAttributes, mExtras); in build()
667 mSupportedAttributes = supportedAttributes; in setSupportedAttributes()
/frameworks/base/core/java/android/service/textservice/
DSpellCheckerService.java254 private final @SuggestionsInfo.ResultAttrs int mSupportedAttributes; field in SpellCheckerService.InternalISpellCheckerSession
263 mSupportedAttributes = supportedAttributes; in InternalISpellCheckerSession()
323 return mSupportedAttributes; in getSupportedAttributes()
/frameworks/base/services/core/java/com/android/server/textservices/
DTextServicesManagerService.java814 public final int mSupportedAttributes; field in TextServicesManagerService.SessionRequest
825 mSupportedAttributes = supportedAttributes; in SessionRequest()
868 request.mSupportedAttributes, in onServiceConnectedLocked()
957 request.mSupportedAttributes, in getISpellCheckerSessionOrQueueLocked()