Searched refs:startProbing (Results 1 – 4 of 4) sorted by relevance
132 public void startProbing(@NonNull ProbingInfo info) { in startProbing() method in MdnsProber133 startProbing(info, getInitialDelay()); in startProbing()136 private void startProbing(@NonNull ProbingInfo info, long delay) { in startProbing() method in MdnsProber151 startProbing(newInfo, CONFLICT_RETRY_DELAY_MS); in restartForConflict()
283 mProber.startProbing(mRecordRepository.setServiceProbing(id)); in addService()474 mProber.startProbing(probingInfo); in reprobeServices()
128 prober.startProbing(probeInfo) in <lambda>()161 prober.startProbing(probeInfo) in <lambda>()194 prober.startProbing(probeInfo) in <lambda>()
219 inOrder.verify(prober).startProbing(probingInfo) in testAddRemoveServiceWithCustomHost_restartProbingForProbingServices()506 verify(prober).startProbing(any()) in testReplaceExitingService()517 verify(prober, never()).startProbing(any()) in testUpdateExistingService()528 verify(prober).startProbing(testProbingInfo) in addServiceAndStartProbing()