Searched refs:requestedInstance (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/ |
D | MdnsServiceTypeClientTests.java | 1426 final String requestedInstance = "instance1"; in testProcessResponse_ResolveExcludesOtherServices() local 1441 requestedInstance, ipV4Address, 5353, SERVICE_TYPE_LABELS, in testProcessResponse_ResolveExcludesOtherServices() 1659 final String requestedInstance = "instance1"; in testNotifySocketDestroyed() local 1686 requestedInstance, ipV4Address, 5353, SERVICE_TYPE_LABELS, in testNotifySocketDestroyed() 1702 matchServiceName(requestedInstance), eq(false) /* isServiceFromCache */); in testNotifySocketDestroyed() 1704 matchServiceName(requestedInstance), eq(false) /* isServiceFromCache */); in testNotifySocketDestroyed() 1705 inOrder1.verify(mockListenerOne).onServiceRemoved(matchServiceName(requestedInstance)); in testNotifySocketDestroyed() 1706 inOrder1.verify(mockListenerOne).onServiceNameRemoved(matchServiceName(requestedInstance)); in testNotifySocketDestroyed() 1717 matchServiceName(requestedInstance), eq(false) /* isServiceFromCache */); in testNotifySocketDestroyed() 1719 matchServiceName(requestedInstance), eq(false) /* isServiceFromCache */); in testNotifySocketDestroyed() [all …]
|