Searched refs:packetWithoutSubtype (Results 1 – 1 of 1) sorted by relevance
1506 final MdnsPacket packetWithoutSubtype = createResponse( in testProcessResponse_SubtypeDiscoveryLimitedToSubtype() local1510 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() local1593 packetWithoutSubtype.answers, r -> r instanceof MdnsPointerRecord); in testProcessResponse_SubtypeChange()1596 final ArrayList<MdnsRecord> newAnswers = new ArrayList<>(packetWithoutSubtype.answers); in testProcessResponse_SubtypeChange()[all …]