Home
last modified time | relevance | path

Searched refs:getAnswerType (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/
DTextToSpeech.java88 AnswerType type = getAnswerType(results); in createBooleanQuestionCallback()
154 @Nullable AnswerType getAnswerType(List<String> strings); in getAnswerType() method
DTextToSpeechImpl.java232 public AnswerType getAnswerType(List<String> strings) { in getAnswerType() method in TextToSpeechImpl