Searched defs:mShowsVoiceInputKey (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DSettingsValues.java69 public final boolean mShowsVoiceInputKey; field in class:SettingsValues
140 mShowsVoiceInputKey = needsToShowVoiceInputKey(prefs, res)
387 sb.append("\n mShowsVoiceInputKey = ");
388 sb.append("" + mShowsVoiceInputKey);

Completed in 273 milliseconds