Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DPreferencesSettingsFragment.java77 final Preference voiceInputKeyOption = findPreference(Settings.PREF_VOICE_INPUT_KEY); in onResume() local
78 if (voiceInputKeyOption != null) { in onResume()
80 voiceInputKeyOption.setEnabled(VOICE_IME_ENABLED); in onResume()
81 voiceInputKeyOption.setSummary(VOICE_IME_ENABLED in onResume()