Home
last modified time | relevance | path

Searched refs:imeInfo (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/inputmethod/
DNewKeyboardSettingsUtils.java78 InputMethodInfo imeInfo = imm.getCurrentInputMethodInfoAsUser(UserHandle.of(userId)); in getSelectedKeyboardLayoutLabelForUser() local
81 imeInfo, subtype); in getSelectedKeyboardLayoutLabelForUser()
83 imeInfo, subtype); in getSelectedKeyboardLayoutLabelForUser()
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DUserDictionaryProvider.java331 InputMethodInfo imeInfo = imeInfos.get(i); in canCallerAccessUserDictionary() local
332 if (imeInfo.getServiceInfo().applicationInfo.uid == callingUid in canCallerAccessUserDictionary()
333 && imeInfo.getPackageName().equals(callingPackage)) { in canCallerAccessUserDictionary()