Searched refs:AFFIRMATIVE (Results 1 – 2 of 2) sorted by relevance
70 AFFIRMATIVE, enumConstant89 if (type != AnswerType.AFFIRMATIVE && type != AnswerType.NEGATIVE) { in createBooleanQuestionCallback()99 consumer.accept(type == AnswerType.AFFIRMATIVE); in createBooleanQuestionCallback()
95 .forEach(answer -> mAnswerTypes.put(answer, AnswerType.AFFIRMATIVE)); in TextToSpeechImpl()