Searched refs:subtypeInstanceMatcher (Results 1 – 1 of 1) sorted by relevance
1545 final ArgumentMatcher<MdnsServiceInfo> subtypeInstanceMatcher = info -> in testProcessResponse_SubtypeDiscoveryLimitedToSubtype() local1549 argThat(subtypeInstanceMatcher), eq(false) /* isServiceFromCache */); in testProcessResponse_SubtypeDiscoveryLimitedToSubtype()1551 argThat(subtypeInstanceMatcher), eq(false) /* isServiceFromCache */); in testProcessResponse_SubtypeDiscoveryLimitedToSubtype()1564 argThat(subtypeInstanceMatcher), eq(false) /* isServiceFromCache */); in testProcessResponse_SubtypeDiscoveryLimitedToSubtype()1566 argThat(subtypeInstanceMatcher), eq(false) /* isServiceFromCache */); in testProcessResponse_SubtypeDiscoveryLimitedToSubtype()1628 final ArgumentMatcher<MdnsServiceInfo> subtypeInstanceMatcher = info -> in testProcessResponse_SubtypeChange() local1634 argThat(subtypeInstanceMatcher), eq(false) /* isServiceFromCache */); in testProcessResponse_SubtypeChange()1636 argThat(subtypeInstanceMatcher), eq(false) /* isServiceFromCache */); in testProcessResponse_SubtypeChange()1644 subtypeInstanceMatcher.matches(info) in testProcessResponse_SubtypeChange()