Searched refs:getHostnameForServiceId (Results 1 – 3 of 3) sorted by relevance
206 .`when`(repository).getHostnameForServiceId(TEST_SERVICE_ID_1) in testAddRemoveServiceWithCustomHost_restartProbingForProbingServices()234 .`when`(repository).getHostnameForServiceId(TEST_SERVICE_ID_1) in testAddRemoveServiceWithCustomHost_restartAnnouncingForProbedServices()258 .`when`(repository).getHostnameForServiceId(TEST_SERVICE_ID_1) in testAddMoreAddressesForCustomHost_restartAnnouncingForProbedServices()260 .`when`(repository).getHostnameForServiceId(TEST_SERVICE_ID_2) in testAddMoreAddressesForCustomHost_restartAnnouncingForProbedServices()
140 final String hostname = mRecordRepository.getHostnameForServiceId(info.getServiceId()); in onFinished()295 final String hostname = mRecordRepository.getHostnameForServiceId(id); in removeService()
1018 public String getHostnameForServiceId(int id) { in getHostnameForServiceId() method in MdnsRecordRepository