Home
last modified time | relevance | path

Searched refs:startProbing (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsProber.java132 public void startProbing(@NonNull ProbingInfo info) { in startProbing() method in MdnsProber
133 startProbing(info, getInitialDelay()); in startProbing()
136 private void startProbing(@NonNull ProbingInfo info, long delay) { in startProbing() method in MdnsProber
151 startProbing(newInfo, CONFLICT_RETRY_DELAY_MS); in restartForConflict()
DMdnsInterfaceAdvertiser.java283 mProber.startProbing(mRecordRepository.setServiceProbing(id)); in addService()
474 mProber.startProbing(probingInfo); in reprobeServices()
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/
DMdnsProberTest.kt128 prober.startProbing(probeInfo) in <lambda>()
161 prober.startProbing(probeInfo) in <lambda>()
194 prober.startProbing(probeInfo) in <lambda>()
DMdnsInterfaceAdvertiserTest.kt219 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()