Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/android/view/textservice/
H A DTextServicesManager.java62 boolean allowImplicitlySelectedSubtype) { in getCurrentSpellCheckerSubtype() argument
/aosp12/frameworks/base/core/java/com/android/internal/textservice/
H A DITextServicesManager.aidl34 boolean allowImplicitlySelectedSubtype); in getCurrentSpellCheckerSubtype() argument
/aosp12/frameworks/base/core/java/android/view/textservice/
H A DTextServicesManager.java348 boolean allowImplicitlySelectedSubtype) { in getCurrentSpellCheckerSubtype() argument
350 return mService.getCurrentSpellCheckerSubtype(mUserId, allowImplicitlySelectedSubtype); in getCurrentSpellCheckerSubtype()
/aosp12/frameworks/base/services/core/java/com/android/server/textservices/
H A DTextServicesManagerService.java503 @UserIdInt int userId, boolean allowImplicitlySelectedSubtype) { in getCurrentSpellCheckerSubtype() argument
529 && !allowImplicitlySelectedSubtype) { in getCurrentSpellCheckerSubtype()