Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/
DMdnsServiceTypeClientTests.java1506 final MdnsPacket packetWithoutSubtype = createResponse( in testProcessResponse_SubtypeDiscoveryLimitedToSubtype() local
1510 packetWithoutSubtype.answers, r -> r instanceof MdnsPointerRecord); in testProcessResponse_SubtypeDiscoveryLimitedToSubtype()
1513 final ArrayList<MdnsRecord> newAnswers = new ArrayList<>(packetWithoutSubtype.answers); in testProcessResponse_SubtypeDiscoveryLimitedToSubtype()
1521 packetWithoutSubtype.flags, in testProcessResponse_SubtypeDiscoveryLimitedToSubtype()
1522 packetWithoutSubtype.questions, in testProcessResponse_SubtypeDiscoveryLimitedToSubtype()
1524 packetWithoutSubtype.authorityRecords, in testProcessResponse_SubtypeDiscoveryLimitedToSubtype()
1525 packetWithoutSubtype.additionalRecords); in testProcessResponse_SubtypeDiscoveryLimitedToSubtype()
1589 final MdnsPacket packetWithoutSubtype = createResponse( in testProcessResponse_SubtypeChange() local
1593 packetWithoutSubtype.answers, r -> r instanceof MdnsPointerRecord); in testProcessResponse_SubtypeChange()
1596 final ArrayList<MdnsRecord> newAnswers = new ArrayList<>(packetWithoutSubtype.answers); in testProcessResponse_SubtypeChange()
[all …]