Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsConstants.java47 getMdnsIPv6Address(), MDNS_PORT);
67 public static InetAddress getMdnsIPv6Address() { in getMdnsIPv6Address() method in MdnsConstants
DMdnsSocket.java44 new InetSocketAddress(MdnsConstants.getMdnsIPv6Address(), MdnsConstants.MDNS_PORT);
DEnqueueMdnsQueryCallable.java267 new InetSocketAddress(MdnsConstants.getMdnsIPv6Address(), port), mdnsPacket); in sendPacketToIpv4AndIpv6()
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/
DMdnsRecordRepositoryTest.kt1179 assertEquals(MdnsConstants.getMdnsIPv6Address(), replyIpv6.destination.address) in testGetReply_queryWithIpv6Address_replyWithIpv6Address()
1198 assertEquals(MdnsConstants.getMdnsIPv6Address(), replyIpv6.destination.address) in testGetReply_ipv4AndIpv6Queries_ipv4AndIpv6Replies()
1232 assertEquals(MdnsConstants.getMdnsIPv6Address(), firstReplyIpv6.destination.address) in testGetReply_twoIpv6QueriesInOneSecond_theSecondReplyIsThrottled()
1272 assertEquals(MdnsConstants.getMdnsIPv6Address(), firstReplyIpv6.destination.address) in testGetReply_twoIpv6QueriesInMoreThanOneSecond_repliesAreNotThrottled()
1275 assertEquals(MdnsConstants.getMdnsIPv6Address(), secondReplyIpv6.destination.address) in testGetReply_twoIpv6QueriesInMoreThanOneSecond_repliesAreNotThrottled()
2108 assertEquals(MdnsConstants.getMdnsIPv6Address(), reply.destination.address) in testReplyMulticastToQueryUnicastAndMulticastMixedQuestions()
2127 assertEquals(MdnsConstants.getMdnsIPv6Address(), reply.destination.address) in testReplyMulticastWhenNoUnicastQueryMatches()
2146 assertEquals(MdnsConstants.getMdnsIPv6Address(), reply.destination.address) in testReplyMulticastWhenUnicastFeatureDisabled()
DMdnsRecordTests.java59 new InetSocketAddress(MdnsConstants.getMdnsIPv6Address(), MdnsConstants.MDNS_PORT);
105 new InetSocketAddress(MdnsConstants.getMdnsIPv6Address(), MdnsConstants.MDNS_PORT)); in testTypeAAAInet6AddressRecord()
DMdnsResponseDecoderTests.java340 new InetSocketAddress(MdnsConstants.getMdnsIPv6Address(), MdnsConstants.MDNS_PORT)); in decode_withInterfaceIndex_populatesInterfaceIndex()
DMdnsServiceTypeClientTests.java110 MdnsConstants.getMdnsIPv6Address(), MdnsConstants.MDNS_PORT);
163 MdnsConstants.getMdnsIPv6Address(), MdnsConstants.MDNS_PORT); in setUp()