Searched refs:disableInputMethod (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/inputmethod/ |
D | InputMethodUtilTest.java | 260 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/ |
D | InputMethodUtil.java | 154 public static void disableInputMethod(Context context, InputMethodManager inputMethodManager, in disableInputMethod() method in InputMethodUtil
|
D | KeyboardManagementPreferenceController.java | 199 InputMethodUtil.disableInputMethod(getContext(), mInputMethodManager, in createSwitchPreference()
|