OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PREF_VOICE_INPUT_KEY
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
SettingsValues.java
382
// Migrate settings from PREF_VOICE_MODE_OBSOLETE to
PREF_VOICE_INPUT_KEY
386
prefs.edit().putBoolean(Settings.
PREF_VOICE_INPUT_KEY
, false).apply();
388
return prefs.getBoolean(Settings.
PREF_VOICE_INPUT_KEY
, true);
Settings.java
47
// PREF_VOICE_MODE_OBSOLETE is obsolete. Use
PREF_VOICE_INPUT_KEY
instead.
49
public static final String
PREF_VOICE_INPUT_KEY
= "
pref_voice_input_key
";
SettingsFragment.java
111
(CheckBoxPreference) findPreference(Settings.
PREF_VOICE_INPUT_KEY
);
Completed in 54 milliseconds