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 112 boolean mVoiceKeyEnabled;
211 final boolean voiceKeyEnabled = params.mVoiceKeyEnabled && !noLanguage;
272 mParams.mVoiceKeyEnabled = voiceKeyEnabled && !noMicrophone;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SettingsValues.java 83 private final boolean mVoiceKeyEnabled;
150 mVoiceKeyEnabled = mVoiceMode != null && !mVoiceMode.equals(voiceModeOff);
281 return shortcutImeEnabled && mVoiceKeyEnabled

Completed in 137 milliseconds