Home
last modified time | relevance | path

Searched refs:InputMethodUtils (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DInputMethodUtilsTest.java1195 assertTrue(InputMethodUtils.isSoftInputModeStateVisibleAllowed( in testIsSoftInputModeStateVisibleAllowed()
1197 assertTrue(InputMethodUtils.isSoftInputModeStateVisibleAllowed( in testIsSoftInputModeStateVisibleAllowed()
1199 assertTrue(InputMethodUtils.isSoftInputModeStateVisibleAllowed( in testIsSoftInputModeStateVisibleAllowed()
1205 assertFalse(InputMethodUtils.isSoftInputModeStateVisibleAllowed( in testIsSoftInputModeStateVisibleAllowed()
1207 assertFalse(InputMethodUtils.isSoftInputModeStateVisibleAllowed( in testIsSoftInputModeStateVisibleAllowed()
1209 assertTrue(InputMethodUtils.isSoftInputModeStateVisibleAllowed( in testIsSoftInputModeStateVisibleAllowed()
1217 InputMethodUtils.splitEnabledImeStr(enabledImeStr, actual::add); in verifySplitEnabledImeStr()
1242 Truth.assertThat(InputMethodUtils.concatEnabledImeIds("")).isEmpty(); in testConcatEnabledImeIds()
1243 Truth.assertThat(InputMethodUtils.concatEnabledImeIds("", "com.android/.ime1")) in testConcatEnabledImeIds()
1245 Truth.assertThat(InputMethodUtils.concatEnabledImeIds( in testConcatEnabledImeIds()
[all …]
DInputMethodSubtypeSwitchingControllerTest.java49 private static final int NOT_A_SUBTYPE_ID = InputMethodUtils.NOT_A_SUBTYPE_ID;
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodSettings.java71 private static final char INPUT_METHOD_SEPARATOR = InputMethodUtils.INPUT_METHOD_SEPARATOR;
73 InputMethodUtils.INPUT_METHOD_SUBTYPE_SEPARATOR;
557 return InputMethodUtils.NOT_A_SUBTYPE_ID; in getSelectedInputMethodSubtypeId()
569 if (InputMethodUtils.canAddToLastInputMethod(currentSubtype)) { in saveCurrentInputMethodAndSubtypeToHistory()
634 if (!InputMethodUtils.checkIfPackageBelongsToUid(packageManagerInternal, callingUid, in getNewAdditionalSubtypeMap()
DInputMethodUtils.java60 final class InputMethodUtils { class
70 private InputMethodUtils() { in InputMethodUtils() method in InputMethodUtils
DClientController.java143 return InputMethodUtils.checkIfPackageBelongsToUid( in verifyClientAndPackageMatch()
DInputMethodManagerService.java55 import static com.android.server.inputmethod.InputMethodUtils.isSoftInputModeStateVisibleAllowed;
272 private static final int NOT_A_SUBTYPE_ID = InputMethodUtils.NOT_A_SUBTYPE_ID;
1477 InputMethodUtils.setNonSelectedSystemImesDisabledUntilUsed( in switchUserOnHandlerLocked()
1557 InputMethodUtils.setNonSelectedSystemImesDisabledUntilUsed( in systemRunning()
1631 final int[] resolvedUserIds = InputMethodUtils.resolveUserId(userId, in getInputMethodList()
1656 final int[] resolvedUserIds = InputMethodUtils.resolveUserId(userId, in getEnabledInputMethodList()
1682 final int[] resolvedUserIds = InputMethodUtils.resolveUserId(userId, in getInputMethodListLegacy()
1707 final int[] resolvedUserIds = InputMethodUtils.resolveUserId(userId, in getEnabledInputMethodListLegacy()
2956 enabledImeIdsStr = InputMethodUtils.concatEnabledImeIds(enabledImeIdsStr, imi.getId()); in experimentalInitializeVisibleBackgroundUserLocked()
3832 if (editorInfo != null && !InputMethodUtils.checkIfPackageBelongsToUid( in startInputOrWindowGainedFocus()
[all …]
DInputMethodMenuController.java20 import static com.android.server.inputmethod.InputMethodUtils.NOT_A_SUBTYPE_ID;
DInputMethodSubtypeSwitchingController.java48 private static final int NOT_A_SUBTYPE_ID = InputMethodUtils.NOT_A_SUBTYPE_ID;
/frameworks/base/services/
Dart-profile-boot362 Lcom/android/server/inputmethod/InputMethodUtils$InputMethodSettings;->getEnabledInputMethodSubtype…
Dart-wear-profile12540 PLcom/android/server/inputmethod/InputMethodUtils$$ExternalSyntheticLambda0;-><init>(Ljava/util/Arr…
12541 PLcom/android/server/inputmethod/InputMethodUtils$$ExternalSyntheticLambda0;->accept(Ljava/lang/Obj…
12542 PLcom/android/server/inputmethod/InputMethodUtils$$ExternalSyntheticLambda1;-><init>(Landroid/util/…
12543 PLcom/android/server/inputmethod/InputMethodUtils$$ExternalSyntheticLambda1;->accept(Ljava/lang/Obj…
12544 PLcom/android/server/inputmethod/InputMethodUtils;->canAddToLastInputMethod(Landroid/view/inputmeth…
12545 PLcom/android/server/inputmethod/InputMethodUtils;->checkIfPackageBelongsToUid(Landroid/content/pm/…
12546 PLcom/android/server/inputmethod/InputMethodUtils;->concatEnabledImeIds(Ljava/lang/String;[Ljava/la…
12547 PLcom/android/server/inputmethod/InputMethodUtils;->convertIdToComponentName(Ljava/lang/String;)Lan…
12548 PLcom/android/server/inputmethod/InputMethodUtils;->getEnabledInputMethodIdsForFiltering(Landroid/c…
12549 PLcom/android/server/inputmethod/InputMethodUtils;->isSoftInputModeStateVisibleAllowed(II)Z
[all …]