HomeSort by relevance Sort by last modified time
    Searched full:voiceinputkeyoption (Results 1 - 1 of 1) sorted by null

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

Completed in 54 milliseconds