Home
last modified time | relevance | path

Searched refs:removeFromPassthroughList (Results 1 – 9 of 9) sorted by relevance

/device/google/atv/MdnsOffloadManagerService/tests/src/com/android/tv/mdnsoffloadmanager/
DMdnsOffloadManagerTest.java449 mOffloadManagerBinder.removeFromPassthroughList(IFC_0, "gtv", mClientBinder0); in removingPassthroughQName_maintainsOrder()
467 mOffloadManagerBinder.removeFromPassthroughList( in removingNonexistentPassthroughQName_doesNothing()
472 verify(mVendorService, never()).removeFromPassthroughList(eq(IFC_0), anyString()); in removingNonexistentPassthroughQName_doesNothing()
488 mOffloadManagerBinder.removeFromPassthroughList(IFC_0, "gtv", mClientBinder1); in removingPassthroughQNameHoldingInvalidClientBinder_doesNothing()
505 mOffloadManagerBinder.removeFromPassthroughList(IFC_0, "atv", mClientBinder0); in removingAllEntriesFromPassthroughList_disablesPassthroughBehavior()
506 mOffloadManagerBinder.removeFromPassthroughList(IFC_0, "gtv", mClientBinder0); in removingAllEntriesFromPassthroughList_disablesPassthroughBehavior()
DFakeMdnsOffloadService.java134 public void removeFromPassthroughList(String iface, String qname) in removeFromPassthroughList() method in FakeMdnsOffloadService
/device/google/atv/mdns_offload/interface/aidl/device/google/atv/mdns_offload/
DIMdnsOffloadManager.aidl70 void removeFromPassthroughList(String networkInterface, String qname, IBinder clientToken); in removeFromPassthroughList() method
DIMdnsOffload.aidl158 void removeFromPassthroughList(String networkInterface, String qname); in removeFromPassthroughList() method
/device/google/atv/mdns_offload/interface/aidl/aidl_api/device.google.atv.mdns_offload_manager-aidl/current/device/google/atv/mdns_offload/
DIMdnsOffloadManager.aidl40 void removeFromPassthroughList(String networkInterface, String qname, IBinder clientToken); in removeFromPassthroughList() method
/device/google/atv/mdns_offload/interface/aidl/aidl_api/device.google.atv.mdns_offload-aidl/current/device/google/atv/mdns_offload/
DIMdnsOffload.aidl29 void removeFromPassthroughList(String networkInterface, String qname); in removeFromPassthroughList() method
/device/google/atv/MdnsOffloadManagerService/src/com/android/tv/mdnsoffloadmanager/
DMdnsOffloadManagerService.java335 () -> removeFromPassthroughList(
348 public void removeFromPassthroughList(
DOffloadWriter.java268 mVendorService.removeFromPassthroughList(networkInterface, simpleQName); in tryRemoveFromPassthroughList()
/device/google/atv/MdnsOffloadCmdService/src/com/android/tv/mdnsoffloadcmd/
DMdnsOffloadCmdService.java148 mMdnsOffloadManagerService.removeFromPassthroughList(iface, qname, mBinder); in removePassthrough()