Searched refs:PREF_VOICE_INPUT_KEY (Results 1 – 3 of 3) sorted by relevance
62 removePreference(Settings.PREF_VOICE_INPUT_KEY); in onCreate()77 final Preference voiceInputKeyOption = findPreference(Settings.PREF_VOICE_INPUT_KEY); in onResume()
365 .putBoolean(Settings.PREF_VOICE_INPUT_KEY, shouldShowVoiceInputKey) in needsToShowVoiceInputKey()370 return prefs.getBoolean(Settings.PREF_VOICE_INPUT_KEY, true); in needsToShowVoiceInputKey()
58 public static final String PREF_VOICE_INPUT_KEY = "pref_voice_input_key"; field in Settings