Home
last modified time | relevance | path

Searched defs:userAwareContext (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
DInputMethodPreference.java124 final Context userAwareContext = userId == UserHandle.myUserId() ? prefContext : in InputMethodPreference() local
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodSubtypeSwitchingController.java162 final Context userAwareContext = context.getUserId() == userId in getSortedInputMethodAndSubtypeList() local
DInputMethodManagerService.java5155 final Context userAwareContext = context.getUserId() == userId in queryInputMethodServicesInternal() local
5200 List<String> enabledInputMethodList, Context userAwareContext, in filterInputMethodServices()