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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java197 private boolean mHasUsedVoiceInput; field in class:LatinIME
1287 if (!mHasUsedVoiceInput ||
1297 if (!mHasUsedVoiceInput) {
1304 mHasUsedVoiceInput = true;
1895 mHasUsedVoiceInput = sp.getBoolean(PREF_HAS_USED_VOICE_INPUT, false);

Completed in 6 milliseconds