Searched refs:mShowImeWithHardKeyboard (Results 1 – 1 of 1) sorted by relevance
694 private int mShowImeWithHardKeyboard = ShowImeWithHardKeyboardType.UNKNOWN; field in InputMethodService.SettingsObserver730 if (mShowImeWithHardKeyboard == ShowImeWithHardKeyboardType.UNKNOWN) { in shouldShowImeWithHardKeyboard()731 mShowImeWithHardKeyboard = Settings.Secure.getInt(mService.getContentResolver(), in shouldShowImeWithHardKeyboard()735 switch (mShowImeWithHardKeyboard) { in shouldShowImeWithHardKeyboard()741 Log.e(TAG, "Unexpected mShowImeWithHardKeyboard=" + mShowImeWithHardKeyboard); in shouldShowImeWithHardKeyboard()751 mShowImeWithHardKeyboard = Settings.Secure.getInt(mService.getContentResolver(), in onChange()764 return "SettingsObserver{mShowImeWithHardKeyboard=" + mShowImeWithHardKeyboard + "}"; in toString()