Home
last modified time | relevance | path

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

/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DInputMethodUtilsTest.java1242 Truth.assertThat(InputMethodUtils.concatEnabledImeIds("")).isEmpty(); in testConcatEnabledImeIds()
1243 Truth.assertThat(InputMethodUtils.concatEnabledImeIds("", "com.android/.ime1")) in testConcatEnabledImeIds()
1245 Truth.assertThat(InputMethodUtils.concatEnabledImeIds( in testConcatEnabledImeIds()
1248 Truth.assertThat(InputMethodUtils.concatEnabledImeIds( in testConcatEnabledImeIds()
1251 Truth.assertThat(InputMethodUtils.concatEnabledImeIds( in testConcatEnabledImeIds()
1254 Truth.assertThat(InputMethodUtils.concatEnabledImeIds( in testConcatEnabledImeIds()
1257 Truth.assertThat(InputMethodUtils.concatEnabledImeIds( in testConcatEnabledImeIds()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodUtils.java313 static String concatEnabledImeIds(@NonNull String existingEnabledImeId, in concatEnabledImeIds() method in InputMethodUtils
DInputMethodManagerService.java2956 enabledImeIdsStr = InputMethodUtils.concatEnabledImeIds(enabledImeIdsStr, imi.getId()); in experimentalInitializeVisibleBackgroundUserLocked()
5402 final String newEnabledImeIdsStr = InputMethodUtils.concatEnabledImeIds( in setInputMethodEnabledLocked()
5740 final String newEnabledImeIdsStr = InputMethodUtils.concatEnabledImeIds( in setInputMethodEnabled()
6528 final String newEnabledImeIdsStr = InputMethodUtils.concatEnabledImeIds( in handleShellCommandEnableDisableInputMethodInternalLocked()
6680 settings.putEnabledInputMethodsStr(InputMethodUtils.concatEnabledImeIds( in handleShellCommandResetInputMethod()
/frameworks/base/services/
Dart-wear-profile12546 PLcom/android/server/inputmethod/InputMethodUtils;->concatEnabledImeIds(Ljava/lang/String;[Ljava/la…