HomeSort by relevance Sort by last modified time
    Searched refs:mVoiceKeyEnabled (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardLayoutSet.java 100 boolean mVoiceKeyEnabled;
198 final boolean voiceKeyEnabled = params.mVoiceKeyEnabled && !noLanguage;
263 mParams.mVoiceKeyEnabled = voiceKeyEnabled && !noMicrophone;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SettingsValues.java 101 private final boolean mVoiceKeyEnabled;
171 mVoiceKeyEnabled = mVoiceMode != null && !mVoiceMode.equals(voiceModeOff);
333 return shortcutImeEnabled && mVoiceKeyEnabled

Completed in 234 milliseconds