Home
last modified time | relevance | path

Searched refs:onOffloadStartOrUpdate (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/
DMdnsAdvertiserTest.kt315 verify(cb).onOffloadStartOrUpdate(eq(TEST_INTERFACE1), eq(OFFLOAD_SERVICEINFO_NO_SUBTYPE)) in testAddService_OneNetwork()
343 verify(cb).onOffloadStartOrUpdate(eq(TEST_INTERFACE1), eq(OFFLOAD_SERVICEINFO_NO_SUBTYPE2)) in testAddService_OneNetwork()
409 verify(cb).onOffloadStartOrUpdate(eq(TEST_INTERFACE1), eq(OFFLOAD_SERVICEINFO)) in testAddService_AllNetworksWithSubType()
418 verify(cb).onOffloadStartOrUpdate(eq(TEST_INTERFACE2), eq(OFFLOAD_SERVICEINFO)) in testAddService_AllNetworksWithSubType()
521 verify(cb).onOffloadStartOrUpdate(eq(TEST_INTERFACE1), eq(OFFLOAD_SERVICEINFO_NO_SUBTYPE)) in testAddService_OffloadPriority()
522 verify(cb).onOffloadStartOrUpdate(eq(TEST_INTERFACE1), eq(OffloadServiceInfo( in testAddService_OffloadPriority()
530 verify(cb).onOffloadStartOrUpdate(eq(TEST_INTERFACE1), eq(OffloadServiceInfo( in testAddService_OffloadPriority()
575 verify(cb, never()).onOffloadStartOrUpdate(eq(TEST_INTERFACE1), any()) in testAddService_NoOffloadForServiceTypeInDenyList()
613 verify(cb).onOffloadStartOrUpdate(eq(TEST_INTERFACE1), eq(OFFLOAD_SERVICE_INFO_GOOGLECAST)) in testAddService_NoSubtypeForGoogleCastOffload()
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsAdvertiser.java204 mCb.onOffloadStartOrUpdate(interfaceName,
632 mCb.onOffloadStartOrUpdate(interfaceName, newWrapper.mOffloadServiceInfo); in onAddressesChanged()
814 void onOffloadStartOrUpdate(@NonNull String interfaceName, in onOffloadStartOrUpdate() method
/packages/modules/Connectivity/service-t/src/com/android/server/
DNsdService.java2264 public void onOffloadStartOrUpdate(@NonNull String interfaceName, in onOffloadStartOrUpdate() method in NsdService.AdvertiserCallback