Searched refs:mRotaryInputMethod (Results 1 – 1 of 1) sorted by relevance
333 @Nullable private String mRotaryInputMethod; field in RotaryService627 mRotaryInputMethod = res.getString(R.string.rotary_input_method); in onCreate()629 L.d("mRotaryInputMethod:" + mRotaryInputMethod + ", mDefaultTouchInputMethod:" in onCreate()642 if (mRotaryInputMethod != null && mRotaryInputMethod.equals(getCurrentIme())) { in onCreate()1020 if (!TextUtils.isEmpty(inputMethod) && !inputMethod.equals(mRotaryInputMethod)) { in registerInputMethodObserver()2759 newIme = mRotaryInputMethod; in updateIme()2762 if (Objects.equals(oldIme, mRotaryInputMethod)) { in updateIme()2984 mRotaryInputMethod); in dump()