Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/
DMdnsServiceTypeClientTests.java1545 final ArgumentMatcher<MdnsServiceInfo> subtypeInstanceMatcher = info -> in testProcessResponse_SubtypeDiscoveryLimitedToSubtype() local
1549 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() local
1634 argThat(subtypeInstanceMatcher), eq(false) /* isServiceFromCache */); in testProcessResponse_SubtypeChange()
1636 argThat(subtypeInstanceMatcher), eq(false) /* isServiceFromCache */); in testProcessResponse_SubtypeChange()
1644 subtypeInstanceMatcher.matches(info) in testProcessResponse_SubtypeChange()