Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java4768 mSettings.putSelectedSubtype(NOT_A_SUBTYPE_ID); in setSelectedInputMethodAndSubtypeLocked()
4773 mSettings.putSelectedSubtype(subtype.hashCode()); in setSelectedInputMethodAndSubtypeLocked()
4776 mSettings.putSelectedSubtype(NOT_A_SUBTYPE_ID); in setSelectedInputMethodAndSubtypeLocked()
4911 settings.putSelectedSubtype(NOT_A_SUBTYPE_ID); in switchToInputMethod()
5735 settings.putSelectedSubtype(NOT_A_SUBTYPE_ID); in handleShellCommandResetInputMethod()
H A DInputMethodUtils.java1274 void putSelectedSubtype(int subtypeId) { in putSelectedSubtype() method in InputMethodUtils.InputMethodSettings
/aosp12/frameworks/base/services/
H A Dart-profile19995 HSPLcom/android/server/inputmethod/InputMethodUtils$InputMethodSettings;->putSelectedSubtype(I)V