Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/inputmethod/
DInputMethodUtilTest.java260 InputMethodUtil.disableInputMethod(mContext, mInputMethodManager, info); in disableInputMethod_notEnabled_remainsUnchanged()
276 InputMethodUtil.disableInputMethod(mContext, mInputMethodManager, info); in disableInputMethod_notDefault_removesIMEWhileDefaultRemainsSame()
293 InputMethodUtil.disableInputMethod(mContext, mInputMethodManager, info); in disableInputMethod_twoDefaultableIMEsEnabled_removesIMEAndChangesDefault()
310 InputMethodUtil.disableInputMethod(mContext, mInputMethodManager, info); in disableInputMethod_isDefaultWithNoOtherDefaultableEnabled_remainsUnchanged()
/packages/apps/Car/Settings/src/com/android/car/settings/inputmethod/
DInputMethodUtil.java154 public static void disableInputMethod(Context context, InputMethodManager inputMethodManager, in disableInputMethod() method in InputMethodUtil
DKeyboardManagementPreferenceController.java199 InputMethodUtil.disableInputMethod(getContext(), mInputMethodManager, in createSwitchPreference()