Searched refs:imeInfo (Results 1 – 2 of 2) sorted by relevance
78 InputMethodInfo imeInfo = imm.getCurrentInputMethodInfoAsUser(UserHandle.of(userId)); in getSelectedKeyboardLayoutLabelForUser() local81 imeInfo, subtype); in getSelectedKeyboardLayoutLabelForUser()83 imeInfo, subtype); in getSelectedKeyboardLayoutLabelForUser()
331 InputMethodInfo imeInfo = imeInfos.get(i); in canCallerAccessUserDictionary() local332 if (imeInfo.getServiceInfo().applicationInfo.uid == callingUid in canCallerAccessUserDictionary()333 && imeInfo.getPackageName().equals(callingPackage)) { in canCallerAccessUserDictionary()