Home
last modified time | relevance | path

Searched defs:probingInfo (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsInterfaceAdvertiser.java374 final MdnsProber.ProbingInfo probingInfo = mRecordRepository.setServiceProbing(serviceId); in maybeRestartProbingForConflict() local
388 final MdnsProber.ProbingInfo probingInfo = mRecordRepository.renameServiceForConflict( in renameServiceForConflict() local
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/
DMdnsRecordRepositoryTest.kt190 val probingInfo = repository.setServiceProbing(TEST_SERVICE_ID_1) in makeFlags() constant
280 val probingInfo = repository.setServiceProbing(TEST_SERVICE_ID_1) in testHasActiveService() constant
1757 val probingInfo = repository.setServiceProbing(TEST_SERVICE_ID_1) in testIncludeInetAddressRecordsInProbing() constant
2184 val probingInfo = probingInfos.get(0) in testRestartProbingForHostname() constant
2309 val probingInfo = setServiceProbing(serviceId) in addServiceAndFinishProbing() constant
DMdnsInterfaceAdvertiserTest.kt204 val probingInfo = mock(ProbingInfo::class.java) in testAddRemoveServiceWithCustomHost_restartProbingForProbingServices() constant