Searched refs:mTouchInputMethod (Results 1 – 1 of 1) sorted by relevance
323 @Nullable private String mTouchInputMethod; field in RotaryService624 mTouchInputMethod = mPrefs.getString(TOUCH_INPUT_METHOD_PREFIX + mUserManager.getUserName(), in onCreate()628 && isValidIme(mTouchInputMethod)) { in onCreate()633 setCurrentIme(mTouchInputMethod); in onCreate()961 mTouchInputMethod = inputMethod; in registerInputMethodObserver()964 .putString(TOUCH_INPUT_METHOD_PREFIX + userName, mTouchInputMethod) in registerInputMethodObserver()2391 String newIme = mInRotaryMode ? mRotaryInputMethod : mTouchInputMethod; in updateIme()2635 mTouchInputMethod); in dump()