Home
last modified time | relevance | path

Searched refs:chooseSystemVoiceIme (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/
H A DInputMethodUtilsTest.java808 assertNull(InputMethodUtils.chooseSystemVoiceIme(methodMap, null, "")); in testChooseSystemVoiceIme()
815 assertNull(InputMethodUtils.chooseSystemVoiceIme(methodMap, "", "")); in testChooseSystemVoiceIme()
820 assertNull(InputMethodUtils.chooseSystemVoiceIme(new ArrayMap<>(), in testChooseSystemVoiceIme()
828 assertEquals(systemIme, InputMethodUtils.chooseSystemVoiceIme(methodMap, in testChooseSystemVoiceIme()
836 assertEquals(systemIme, InputMethodUtils.chooseSystemVoiceIme(methodMap, in testChooseSystemVoiceIme()
842 assertNull(InputMethodUtils.chooseSystemVoiceIme(new ArrayMap<>(), in testChooseSystemVoiceIme()
853 assertNull(InputMethodUtils.chooseSystemVoiceIme(methodMap, systemIme.getPackageName(), in testChooseSystemVoiceIme()
864 assertEquals(systemIme, InputMethodUtils.chooseSystemVoiceIme(methodMap, in testChooseSystemVoiceIme()
874 assertNull(InputMethodUtils.chooseSystemVoiceIme(methodMap, in testChooseSystemVoiceIme()
885 assertNull(InputMethodUtils.chooseSystemVoiceIme(methodMap, in testChooseSystemVoiceIme()
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodUtils.java353 static InputMethodInfo chooseSystemVoiceIme( in chooseSystemVoiceIme() method in InputMethodUtils
H A DInputMethodManagerService.java4666 final InputMethodInfo newSystemVoiceIme = InputMethodUtils.chooseSystemVoiceIme( in updateDefaultVoiceImeIfNeededLocked()
/aosp12/frameworks/base/services/
H A Dart-profile20008 HSPLcom/android/server/inputmethod/InputMethodUtils;->chooseSystemVoiceIme(Landroid/util/ArrayMap;L…