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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SettingsValues.java 80 private final boolean mVoiceKeyEnabled;
141 mVoiceKeyEnabled = mVoiceMode != null && !mVoiceMode.equals(voiceModeOff);
194 return shortcutImeEnabled && mVoiceKeyEnabled
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardLayoutSet.java 107 boolean mVoiceKeyEnabled;
282 mParams.mVoiceKeyEnabled = voiceKeyEnabled && !noMicrophone;

Completed in 127 milliseconds