Home
last modified time | relevance | path

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

/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DInputMethodInfoUtilsTest.java44 final byte[] buf = InputMethodInfoUtils.marshal(imi); in testMarshalSameObject()
47 buf, InputMethodInfoUtils.marshal(imi)); in testMarshalSameObject()
49 buf, InputMethodInfoUtils.marshal(imi)); in testMarshalSameObject()
58 InputMethodInfoUtils.marshal(imi1), InputMethodInfoUtils.marshal(imi2))); in testMarshalDifferentObjects()
79 final var cloned = readTypedObject(InputMethodInfoUtils.marshal(imi), in testUnmarshalSameObject()
DInputMethodUtilsTest.java799 assertNull(InputMethodInfoUtils.chooseSystemVoiceIme(InputMethodMap.of(methodMap), in testChooseSystemVoiceIme()
807 assertNull(InputMethodInfoUtils.chooseSystemVoiceIme(InputMethodMap.of(methodMap), "", in testChooseSystemVoiceIme()
813 assertNull(InputMethodInfoUtils.chooseSystemVoiceIme( in testChooseSystemVoiceIme()
822 assertEquals(systemIme, InputMethodInfoUtils.chooseSystemVoiceIme( in testChooseSystemVoiceIme()
831 assertEquals(systemIme, InputMethodInfoUtils.chooseSystemVoiceIme( in testChooseSystemVoiceIme()
838 assertNull(InputMethodInfoUtils.chooseSystemVoiceIme( in testChooseSystemVoiceIme()
850 assertNull(InputMethodInfoUtils.chooseSystemVoiceIme(InputMethodMap.of(methodMap), in testChooseSystemVoiceIme()
861 assertEquals(systemIme, InputMethodInfoUtils.chooseSystemVoiceIme( in testChooseSystemVoiceIme()
872 assertNull(InputMethodInfoUtils.chooseSystemVoiceIme(InputMethodMap.of(methodMap), in testChooseSystemVoiceIme()
883 assertNull(InputMethodInfoUtils.chooseSystemVoiceIme(InputMethodMap.of(methodMap), in testChooseSystemVoiceIme()
[all …]
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodMap.java128 final var marshaled1 = InputMethodInfoUtils.marshal(imi1); in areSame()
129 final var marshaled2 = InputMethodInfoUtils.marshal(imi2); in areSame()
DInputMethodInfoUtils.java45 final class InputMethodInfoUtils { class
DInputMethodManagerService.java1372 final List<InputMethodInfo> suitableImes = InputMethodInfoUtils.getDefaultEnabledImes( in resetDefaultImeLocked()
2965 final InputMethodInfo imi = InputMethodInfoUtils.getMostApplicableDefaultIME( in experimentalInitializeVisibleBackgroundUserLocked()
5138 final InputMethodInfo imi = InputMethodInfoUtils.getMostApplicableDefaultIME( in chooseNewDefaultIMELocked()
5293 InputMethodInfoUtils.getDefaultEnabledImes(mContext, settings.getMethodList(), in postInputMethodSettingUpdatedLocked()
5360 final InputMethodInfo newSystemVoiceIme = InputMethodInfoUtils.chooseSystemVoiceIme( in updateDefaultVoiceImeIfNeededLocked()
5430 InputMethodInfoUtils.getMostApplicableDefaultIME( in setInputMethodEnabledLocked()
6650 var defaultEnabled = InputMethodInfoUtils.getDefaultEnabledImes( in handleShellCommandResetInputMethod()
6670 nextEnabledImes = InputMethodInfoUtils.getDefaultEnabledImes(mContext, in handleShellCommandResetInputMethod()
6672 nextIme = InputMethodInfoUtils.getMostApplicableDefaultIME( in handleShellCommandResetInputMethod()
/frameworks/base/services/
Dart-wear-profile12294 PLcom/android/server/inputmethod/InputMethodInfoUtils$InputMethodListBuilder;-><init>()V
12295 …roid/server/inputmethod/InputMethodInfoUtils$InputMethodListBuilder;-><init>(Lcom/android/server/i…
12296 PLcom/android/server/inputmethod/InputMethodInfoUtils$InputMethodListBuilder;->build()Ljava/util/Ar…
12297InputMethodInfoUtils$InputMethodListBuilder;->fillAuxiliaryImes(Ljava/util/List;Landroid/content/C…
12298InputMethodInfoUtils$InputMethodListBuilder;->fillImes(Ljava/util/List;Landroid/content/Context;ZL…
12299 PLcom/android/server/inputmethod/InputMethodInfoUtils$InputMethodListBuilder;->isEmpty()Z
12300 PLcom/android/server/inputmethod/InputMethodInfoUtils;-><clinit>()V
12301 PLcom/android/server/inputmethod/InputMethodInfoUtils;->chooseSystemVoiceIme(Lcom/android/server/in…
12302 PLcom/android/server/inputmethod/InputMethodInfoUtils;->getDefaultEnabledImes(Landroid/content/Cont…
12303 PLcom/android/server/inputmethod/InputMethodInfoUtils;->getFallbackLocaleForDefaultIme(Ljava/util/L…
[all …]