Searched refs:selectedMethodId (Results 1 – 3 of 3) sorted by relevance
178 void setSelectedMethodId(@Nullable String selectedMethodId) { in setSelectedMethodId() argument179 mSelectedMethodId = selectedMethodId; in setSelectedMethodId()
516 mBindingController.setSelectedMethodId(selectedMethodId); in setSelectedMethodIdLocked()1783 String selectedMethodId = getSelectedMethodIdLocked(); in resetDefaultImeLocked() local1784 if (selectedMethodId != null && !mMethodMap.get(selectedMethodId).isSystem()) { in resetDefaultImeLocked()2216 String selectedMethodId = getSelectedMethodIdLocked(); in getEnabledInputMethodSubtypeListLocked() local2217 if (imiId == null && selectedMethodId != null) { in getEnabledInputMethodSubtypeListLocked()2218 imi = mMethodMap.get(selectedMethodId); in getEnabledInputMethodSubtypeListLocked()2566 final String selectedMethodId = getSelectedMethodIdLocked(); in startInputUncheckedLocked() local2567 if (selectedMethodId == null) { in startInputUncheckedLocked()2679 @NonNull String selectedMethodId, in shouldPreventImeStartupLocked()5573 String selectedMethodId = getSelectedMethodIdLocked(); in getCurrentInputMethodSubtypeLocked() local[all …]
837 final String selectedMethodId = getSelectedInputMethod(); in getCurrentInputMethodSubtypeForNonCurrentUsers() local838 if (selectedMethodId == null) { in getCurrentInputMethodSubtypeForNonCurrentUsers()841 final InputMethodInfo imi = mMethodMap.get(selectedMethodId); in getCurrentInputMethodSubtypeForNonCurrentUsers()