HomeSort by relevance Sort by last modified time
    Searched full:voicesubtype (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
InputMethodManagerCompatWrapper.java 138 InputMethodSubtypeCompatWrapper voiceSubtype = getLastResortSubtype(VOICE_MODE);
142 if (voiceSubtype != null) {
143 subtypeList.add(voiceSubtype);
177 InputMethodSubtypeCompatWrapper voiceSubtype = getLastResortSubtype(VOICE_MODE);
178 if (imi != null && voiceSubtype != null) {
185 subtypeList.add(voiceSubtype);

Completed in 54 milliseconds