Home
last modified time | relevance | path

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

/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/
DTextToSpeech.java71 NEGATIVE, enumConstant
89 if (type != AnswerType.AFFIRMATIVE && type != AnswerType.NEGATIVE) { in createBooleanQuestionCallback()
DTextToSpeechImpl.java98 .forEach(answer -> mAnswerTypes.put(answer, AnswerType.NEGATIVE)); in TextToSpeechImpl()