Home
last modified time | relevance | path

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 DInputMethodUtilTest.java265 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 DInputMethodUtil.java154 public static void disableInputMethod(Context context, InputMethodManager inputMethodManager, in disableInputMethod() method in InputMethodUtil
H A DKeyboardManagementPreferenceController.java222 InputMethodUtil.disableInputMethod(getContext(), mInputMethodManager, in createSwitchPreference()