Home
last modified time | relevance | path

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

/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DRotaryService.java339 @Nullable private String mTouchInputMethod; field in RotaryService
632 mTouchInputMethod = mPrefs.getString(TOUCH_INPUT_METHOD_PREFIX in onCreate()
635 if (mTouchInputMethod.isEmpty() in onCreate()
636 || !Utils.isInstalledIme(mTouchInputMethod, mInputMethodManager)) { in onCreate()
639 mTouchInputMethod = mDefaultTouchInputMethod; in onCreate()
647 setCurrentIme(mTouchInputMethod); in onCreate()
1021 mTouchInputMethod = inputMethod; in registerInputMethodObserver()
1023 L.d("Save mTouchInputMethod(" + mTouchInputMethod + ") for user " in registerInputMethodObserver()
1026 .putString(TOUCH_INPUT_METHOD_PREFIX + userName, mTouchInputMethod) in registerInputMethodObserver()
2765 newIme = mTouchInputMethod; in updateIme()
[all …]