Home
last modified time | relevance | path

Searched refs:InputMethodInfoUtils (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/
H A DInputMethodUtilsTest.java816 assertNull(InputMethodInfoUtils.chooseSystemVoiceIme(methodMap, null, "")); in testChooseSystemVoiceIme()
823 assertNull(InputMethodInfoUtils.chooseSystemVoiceIme(methodMap, "", "")); in testChooseSystemVoiceIme()
828 assertNull(InputMethodInfoUtils.chooseSystemVoiceIme(new ArrayMap<>(), in testChooseSystemVoiceIme()
836 assertEquals(systemIme, InputMethodInfoUtils.chooseSystemVoiceIme(methodMap, in testChooseSystemVoiceIme()
844 assertEquals(systemIme, InputMethodInfoUtils.chooseSystemVoiceIme(methodMap, in testChooseSystemVoiceIme()
850 assertNull(InputMethodInfoUtils.chooseSystemVoiceIme(new ArrayMap<>(), in testChooseSystemVoiceIme()
861 assertNull(InputMethodInfoUtils.chooseSystemVoiceIme(methodMap, in testChooseSystemVoiceIme()
882 assertNull(InputMethodInfoUtils.chooseSystemVoiceIme(methodMap, in testChooseSystemVoiceIme()
893 assertNull(InputMethodInfoUtils.chooseSystemVoiceIme(methodMap, in testChooseSystemVoiceIme()
902 InputMethodInfoUtils.getDefaultEnabledImes(context, preinstalledImes)); in assertDefaultEnabledImes()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodInfoUtils.java45 final class InputMethodInfoUtils { class
H A DInputMethodManagerService.java1787 final List<InputMethodInfo> suitableImes = InputMethodInfoUtils.getDefaultEnabledImes( in resetDefaultImeLocked()
5188 final InputMethodInfo imi = InputMethodInfoUtils.getMostApplicableDefaultIME( in chooseNewDefaultIMELocked()
5359 InputMethodInfoUtils.getDefaultEnabledImes(mContext, mMethodList, in buildInputMethodListLocked()
5416 final InputMethodInfo newSystemVoiceIme = InputMethodInfoUtils.chooseSystemVoiceIme( in updateDefaultVoiceImeIfNeededLocked()
6650 var defaultEnabled = InputMethodInfoUtils.getDefaultEnabledImes( in handleShellCommandResetInputMethod()
6681 nextEnabledImes = InputMethodInfoUtils.getDefaultEnabledImes(mContext, in handleShellCommandResetInputMethod()
6683 nextIme = InputMethodInfoUtils.getMostApplicableDefaultIME( in handleShellCommandResetInputMethod()