Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsRecordRepository.java664 final boolean replyUnicastEnabled = mMdnsFeatureFlags.isUnicastReplyEnabled(); in getReply()
665 boolean replyUnicast = replyUnicastEnabled; in getReply()
671 replyUnicastEnabled, now, answerInfo, additionalAnswerInfo, in getReply()
683 replyUnicastEnabled, now, in getReply()
808 boolean replyUnicastEnabled, long now, @NonNull Set<RecordInfo<?>> answerInfo, in addReplyFromService() argument
860 if (!(replyUnicastEnabled && question.isUnicastReplyRequested())) { in addReplyFromService()