Searched refs:stopInterfaceForwarding (Results 1 – 5 of 5) sorted by relevance
221 inOrder.verify(mNMService).stopInterfaceForwarding(IFACE_NAME, UPSTREAM_IFACE); in handlesChangingUpstream()237 inOrder.verify(mNMService).stopInterfaceForwarding(IFACE_NAME, UPSTREAM_IFACE); in handlesChangingUpstreamNatFailure()241 inOrder.verify(mNMService).stopInterfaceForwarding(IFACE_NAME, UPSTREAM_IFACE2); in handlesChangingUpstreamNatFailure()255 inOrder.verify(mNMService).stopInterfaceForwarding(IFACE_NAME, UPSTREAM_IFACE); in handlesChangingUpstreamInterfaceForwardingFailure()260 inOrder.verify(mNMService).stopInterfaceForwarding(IFACE_NAME, UPSTREAM_IFACE2); in handlesChangingUpstreamInterfaceForwardingFailure()271 inOrder.verify(mNMService).stopInterfaceForwarding(IFACE_NAME, UPSTREAM_IFACE); in canUnrequestTetheringWithUpstream()
191 void stopInterfaceForwarding(String fromIface, String toIface); in stopInterfaceForwarding() method
661 mNMService.stopInterfaceForwarding(mIfaceName, upstreamIface); in cleanupUpstreamInterface()
1389 public void stopInterfaceForwarding(String fromIface, String toIface) { in stopInterfaceForwarding() method in NetworkManagementService
27758 HSPLandroid/os/INetworkManagementService;->stopInterfaceForwarding(Ljava/lang/String;Ljava/lang/Str…