Searched refs:disableInputMethod (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/inputmethod/ |
H A D | InputMethodUtilTest.java | 265 InputMethodUtil.disableInputMethod(mContext, mInputMethodManager, info); in disableInputMethod_notEnabled_remainsUnchanged() 282 InputMethodUtil.disableInputMethod(mContext, mInputMethodManager, info); in disableInputMethod_notDefault_removesIMEWhileDefaultRemainsSame() 299 InputMethodUtil.disableInputMethod(mContext, mInputMethodManager, info); in disableInputMethod_twoDefaultableIMEsEnabled_removesIMEAndChangesDefault() 316 InputMethodUtil.disableInputMethod(mContext, mInputMethodManager, info); in disableInputMethod_isDefaultWithNoOtherDefaultableEnabled_remainsUnchanged()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/inputmethod/ |
H A D | InputMethodUtil.java | 154 public static void disableInputMethod(Context context, InputMethodManager inputMethodManager, in disableInputMethod() method in InputMethodUtil
|
H A D | KeyboardManagementPreferenceController.java | 222 InputMethodUtil.disableInputMethod(getContext(), mInputMethodManager, in createSwitchPreference()
|