Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/
DMdnsInterfaceAdvertiserTest.kt203 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()
DMdnsRecordRepositoryTest.kt190 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()
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsInterfaceAdvertiser.java283 mProber.startProbing(mRecordRepository.setServiceProbing(id)); in addService()
374 final MdnsProber.ProbingInfo probingInfo = mRecordRepository.setServiceProbing(serviceId); in maybeRestartProbingForConflict()
DMdnsRecordRepository.java1365 public MdnsProber.ProbingInfo setServiceProbing(int serviceId) { in setServiceProbing() method in MdnsRecordRepository