Searched refs:setPassthroughBehavior (Results 1 – 5 of 5) sorted by relevance
173 void setPassthroughBehavior(String networkInterface, PassthroughBehavior behavior); in setPassthroughBehavior() method
30 …void setPassthroughBehavior(String networkInterface, device.google.atv.mdns_offload.IMdnsOffload.P… in setPassthroughBehavior() method
145 public void setPassthroughBehavior(String iface, byte behavior) in setPassthroughBehavior() method in FakeMdnsOffloadService
471 verify(mVendorService, never()).setPassthroughBehavior(eq(IFC_0), anyByte()); in removingNonexistentPassthroughQName_doesNothing()
234 mVendorService.setPassthroughBehavior(networkInterface, passthroughMode); in trySetPassthroughBehavior()