Searched refs:setServiceProbing (Results 1 – 4 of 4) sorted by relevance
203 repository.setServiceProbing(TEST_SERVICE_ID_2) in testAddRemoveServiceWithCustomHost_restartProbingForProbingServices()480 doReturn(mockProbingInfo).`when`(repository).setServiceProbing(TEST_SERVICE_ID_1) in testRestartProbingForConflict()524 doReturn(testProbingInfo).`when`(repository).setServiceProbing(serviceId) in addServiceAndStartProbing()
190 val probingInfo = repository.setServiceProbing(TEST_SERVICE_ID_1) in makeFlags()280 val probingInfo = repository.setServiceProbing(TEST_SERVICE_ID_1) in testHasActiveService()1757 val probingInfo = repository.setServiceProbing(TEST_SERVICE_ID_1) in testIncludeInetAddressRecordsInProbing()2178 repository.setServiceProbing(TEST_SERVICE_CUSTOM_HOST_ID_1) in testRestartProbingForHostname()2309 val probingInfo = setServiceProbing(serviceId) in addServiceAndFinishProbing()
283 mProber.startProbing(mRecordRepository.setServiceProbing(id)); in addService()374 final MdnsProber.ProbingInfo probingInfo = mRecordRepository.setServiceProbing(serviceId); in maybeRestartProbingForConflict()
1365 public MdnsProber.ProbingInfo setServiceProbing(int serviceId) { in setServiceProbing() method in MdnsRecordRepository