Searched refs:getConflictingServices (Results 1 – 4 of 4) sorted by relevance
1307 repository.getConflictingServices(packet)) in testGetConflictingServices()1337 repository.getConflictingServices(packet)) in testGetConflictingServicesCaseInsensitive()1361 repository.getConflictingServices(packet)) in testGetConflictingServices_customHosts_differentAddresses()1388 repository.getConflictingServices(packet)) in testGetConflictingServices_customHosts_moreAddressesThanUs_conflict()1409 repository.getConflictingServices(packet)) in testGetConflictingServices_customHostsReplyHasFewerAddressesThanUs_noConflict()1429 repository.getConflictingServices(packet)) in testGetConflictingServices_customHostsReplyHasSameNameRecord_conflictDuringProbing()1453 repository.getConflictingServices(packet)) in testGetConflictingServices_customHostsReplyHasIdenticalHosts_noConflict()1478 repository.getConflictingServices(packet)) in testGetConflictingServices_customHostsCaseInsensitiveReplyHasIdenticalHosts_noConflict()1507 repository.getConflictingServices(packet)) in testGetConflictingServices_identicalKeyRecordsForService_noConflict()1536 repository.getConflictingServices(packet)) in testGetConflictingServices_differentKeyRecordsForService_conflict()[all …]
448 .`when`(repository).getConflictingServices(any()) in testConflict()461 verify(repository).getConflictingServices(packetCaptor.capture()) in testConflict()
427 mRecordRepository.getConflictingServices(packet); in handlePacket()
1181 public Map<Integer, Integer> getConflictingServices(MdnsPacket packet) { in getConflictingServices() method in MdnsRecordRepository