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.java146 InputMethodInfo inputMethodInfo) { in isInputMethodAllowedByOrganization()
158 private boolean isOnlyEnabledDefaultInputMethod(InputMethodInfo inputMethodInfo) { in isOnlyEnabledDefaultInputMethod()
183 private SwitchPreference createSwitchPreference(InputMethodInfo inputMethodInfo) { in createSwitchPreference()
190 .getContentResolver(), inputMethodInfo)); in createSwitchPreference() local
192 mInputMethodManager, inputMethodInfo)); in createSwitchPreference() local
200 inputMethodInfo); in createSwitchPreference() local
208 private void showDirectBootWarnDialog(InputMethodInfo inputMethodInfo) { in showDirectBootWarnDialog()
219 private void showSecurityWarnDialog(InputMethodInfo inputMethodInfo) { in showSecurityWarnDialog()
DInputMethodUtil.java84 @NonNull InputMethodInfo inputMethodInfo) { in getPackageIcon()
97 @NonNull InputMethodInfo inputMethodInfo) { in getPackageLabel()
104 @NonNull InputMethodInfo inputMethodInfo) { in getSummaryString()
118 InputMethodInfo inputMethodInfo) { in isInputMethodEnabled()
133 InputMethodInfo inputMethodInfo) { in enableInputMethod()
155 InputMethodInfo inputMethodInfo) { in disableInputMethod()
197 InputMethodInfo inputMethodInfo) { in isDefaultInputMethod()
DEnabledKeyboardPreferenceController.java80 InputMethodInfo inputMethodInfo = inputMethodInfos.get(i); in updateState() local
120 private Preference createPreference(InputMethodInfo inputMethodInfo) { in createPreference()
126 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()