Home | History | Annotate | Download | only in voice

Lines Matching refs:alternatives

88     // alternatives.
164 Map<String, List<CharSequence>> alternatives);
454 // If we enable phrase-based alternatives, only send up the first word
638 final Map<String, List<CharSequence>> alternatives =
650 // Only keep single-word based alternatives.
652 // Get the alternatives associated with the span.
654 // concatenate the alternatives for the word.
655 List<CharSequence> altList = alternatives.get(words[start]);
658 alternatives.put(words[start], altList);
678 mUiListener.onVoiceResults(results, alternatives);