Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodBindingController.java178 void setSelectedMethodId(@Nullable String selectedMethodId) { in setSelectedMethodId() argument
179 mSelectedMethodId = selectedMethodId; in setSelectedMethodId()
H A DInputMethodManagerService.java516 mBindingController.setSelectedMethodId(selectedMethodId); in setSelectedMethodIdLocked()
1783 String selectedMethodId = getSelectedMethodIdLocked(); in resetDefaultImeLocked() local
1784 if (selectedMethodId != null && !mMethodMap.get(selectedMethodId).isSystem()) { in resetDefaultImeLocked()
2216 String selectedMethodId = getSelectedMethodIdLocked(); in getEnabledInputMethodSubtypeListLocked() local
2217 if (imiId == null && selectedMethodId != null) { in getEnabledInputMethodSubtypeListLocked()
2218 imi = mMethodMap.get(selectedMethodId); in getEnabledInputMethodSubtypeListLocked()
2566 final String selectedMethodId = getSelectedMethodIdLocked(); in startInputUncheckedLocked() local
2567 if (selectedMethodId == null) { in startInputUncheckedLocked()
2679 @NonNull String selectedMethodId, in shouldPreventImeStartupLocked()
5573 String selectedMethodId = getSelectedMethodIdLocked(); in getCurrentInputMethodSubtypeLocked() local
[all …]
H A DInputMethodUtils.java837 final String selectedMethodId = getSelectedInputMethod(); in getCurrentInputMethodSubtypeForNonCurrentUsers() local
838 if (selectedMethodId == null) { in getCurrentInputMethodSubtypeForNonCurrentUsers()
841 final InputMethodInfo imi = mMethodMap.get(selectedMethodId); in getCurrentInputMethodSubtypeForNonCurrentUsers()