Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsInterfaceAdvertiser.java143 new ArrayList<>(mRecordRepository.restartAnnouncingForHostname(hostname)); in onFinished()
323 mRecordRepository.restartAnnouncingForHostname(hostname); in removeService()
DMdnsRecordRepository.java1049 public List<MdnsAnnouncer.AnnouncementInfo> restartAnnouncingForHostname( in restartAnnouncingForHostname() method in MdnsRecordRepository
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/
DMdnsInterfaceAdvertiserTest.kt236 .`when`(repository).restartAnnouncingForHostname("MyTestHost") in testAddRemoveServiceWithCustomHost_restartAnnouncingForProbedServices()
268 .`when`(repository).restartAnnouncingForHostname("MyTestHost") in testAddMoreAddressesForCustomHost_restartAnnouncingForProbedServices()
DMdnsRecordRepositoryTest.kt2215 val announcementInfos = repository.restartAnnouncingForHostname("TestHost") in testRestartAnnouncingForHostname()