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