Home
last modified time | relevance | path

Searched defs:inputMethodInfo (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/inputmethod/
DKeyboardManagementPreferenceController.java142 InputMethodInfo inputMethodInfo) { in isInputMethodAllowedByOrganization()
154 private boolean isOnlyEnabledDefaultInputMethod(InputMethodInfo inputMethodInfo) { in isOnlyEnabledDefaultInputMethod()
179 private SwitchPreference createSwitchPreference(InputMethodInfo inputMethodInfo) { in createSwitchPreference()
186 .getContentResolver(), inputMethodInfo)); in createSwitchPreference() local
188 mInputMethodManager, inputMethodInfo)); in createSwitchPreference() local
196 inputMethodInfo); in createSwitchPreference() local
204 private void showDirectBootWarnDialog(InputMethodInfo inputMethodInfo) { in showDirectBootWarnDialog()
215 private void showSecurityWarnDialog(InputMethodInfo inputMethodInfo) { in showSecurityWarnDialog()
DInputMethodUtil.java58 @NonNull InputMethodInfo inputMethodInfo) { in getPackageIcon()
71 @NonNull InputMethodInfo inputMethodInfo) { in getPackageLabel()
78 @NonNull InputMethodInfo inputMethodInfo) { in getSummaryString()
92 InputMethodInfo inputMethodInfo) { in isInputMethodEnabled()
107 InputMethodInfo inputMethodInfo) { in enableInputMethod()
129 InputMethodInfo inputMethodInfo) { in disableInputMethod()
171 InputMethodInfo inputMethodInfo) { in isDefaultInputMethod()
DEnabledKeyboardPreferenceController.java78 InputMethodInfo inputMethodInfo = inputMethodInfos.get(i); in updateState() local
124 private Preference createPreference(InputMethodInfo inputMethodInfo) { in createPreference()
130 getContext(), mInputMethodManager, inputMethodInfo)); in createPreference() local
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/query/
DInputDeviceResultTask.java193 @NonNull final InputMethodInfo inputMethodInfo) { in getSubtypeLocaleNameListAsSentence()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java188 private static int getImiIndexInList(final InputMethodInfo inputMethodInfo, in getImiIndexInList()