Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsConstants.java49 getMdnsIPv4Address(), MDNS_PORT);
54 public static InetAddress getMdnsIPv4Address() { in getMdnsIPv4Address() method in MdnsConstants
DMdnsSocket.java42 new InetSocketAddress(MdnsConstants.getMdnsIPv4Address(), MdnsConstants.MDNS_PORT);
DEnqueueMdnsQueryCallable.java261 new InetSocketAddress(MdnsConstants.getMdnsIPv4Address(), port), mdnsPacket); in sendPacketToIpv4AndIpv6()
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/
DMdnsRecordTests.java57 new InetSocketAddress(MdnsConstants.getMdnsIPv4Address(), MdnsConstants.MDNS_PORT);
142 new InetSocketAddress(MdnsConstants.getMdnsIPv4Address(), MdnsConstants.MDNS_PORT)); in testTypeAAAInet4AddressRecord()
DMdnsRecordRepositoryTest.kt1165 assertEquals(MdnsConstants.getMdnsIPv4Address(), replyIpv4.destination.address) in testGetReply_queryWithIpv4Address_replyWithIpv4Address()
1195 assertEquals(MdnsConstants.getMdnsIPv4Address(), replyIpv4.destination.address) in testGetReply_ipv4AndIpv6Queries_ipv4AndIpv6Replies()
1214 assertEquals(MdnsConstants.getMdnsIPv4Address(), firstReplyIpv4.destination.address) in testGetReply_twoIpv4QueriesInOneSecond_theSecondReplyIsThrottled()
1251 assertEquals(MdnsConstants.getMdnsIPv4Address(), firstReplyIpv4.destination.address) in testGetReply_twoIpv4QueriesInMoreThanOneSecond_repliesAreNotThrottled()
1254 assertEquals(MdnsConstants.getMdnsIPv4Address(), secondReplyIpv4.destination.address) in testGetReply_twoIpv4QueriesInMoreThanOneSecond_repliesAreNotThrottled()
1830 assertEquals(MdnsConstants.getMdnsIPv4Address(), reply.destination.address) in doGetReplyWithAnswersTest()
DMdnsSocketClientTests.java599 new InetSocketAddress(MdnsConstants.getMdnsIPv4Address(), 5353 /* port */)); in getTestDatagramPacket()
DMdnsServiceTypeClientTests.java108 MdnsConstants.getMdnsIPv4Address(), MdnsConstants.MDNS_PORT);
161 MdnsConstants.getMdnsIPv4Address(), MdnsConstants.MDNS_PORT); in setUp()