Searched refs:matchingInstance (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/ |
D | MdnsServiceTypeClientTests.java | 1492 final String matchingInstance = "instance1"; in testProcessResponse_SubtypeDiscoveryLimitedToSubtype() local 1507 matchingInstance, ipV4Address, 5353, SERVICE_TYPE_LABELS, in testProcessResponse_SubtypeDiscoveryLimitedToSubtype() 1546 info.getServiceInstanceName().equals(matchingInstance) in testProcessResponse_SubtypeDiscoveryLimitedToSubtype() 1578 final String matchingInstance = "instance1"; in testProcessResponse_SubtypeChange() local 1590 matchingInstance, ipV4Address, 5353, SERVICE_TYPE_LABELS, in testProcessResponse_SubtypeChange() 1629 info.getServiceInstanceName().equals(matchingInstance) in testProcessResponse_SubtypeChange() 1640 matchingInstance, ipV6Address, 5353, SERVICE_TYPE_LABELS, in testProcessResponse_SubtypeChange() 1650 matchingInstance, ipV6Address, 5353, SERVICE_TYPE_LABELS, in testProcessResponse_SubtypeChange() 1653 inOrder.verify(mockListenerOne).onServiceRemoved(matchServiceName(matchingInstance)); in testProcessResponse_SubtypeChange() 1654 inOrder.verify(mockListenerOne).onServiceNameRemoved(matchServiceName(matchingInstance)); in testProcessResponse_SubtypeChange()
|