Searched refs:stopInterfaceForwarding (Results 1 – 5 of 5) sorted by relevance
278 inOrder.verify(mNMService).stopInterfaceForwarding(IFACE_NAME, UPSTREAM_IFACE); in handlesChangingUpstream()294 inOrder.verify(mNMService).stopInterfaceForwarding(IFACE_NAME, UPSTREAM_IFACE); in handlesChangingUpstreamNatFailure()298 inOrder.verify(mNMService).stopInterfaceForwarding(IFACE_NAME, UPSTREAM_IFACE2); in handlesChangingUpstreamNatFailure()312 inOrder.verify(mNMService).stopInterfaceForwarding(IFACE_NAME, UPSTREAM_IFACE); in handlesChangingUpstreamInterfaceForwardingFailure()317 inOrder.verify(mNMService).stopInterfaceForwarding(IFACE_NAME, UPSTREAM_IFACE2); in handlesChangingUpstreamInterfaceForwardingFailure()328 inOrder.verify(mNMService).stopInterfaceForwarding(IFACE_NAME, UPSTREAM_IFACE); in canUnrequestTetheringWithUpstream()
201 void stopInterfaceForwarding(String fromIface, String toIface); in stopInterfaceForwarding() method
875 mNMService.stopInterfaceForwarding(mIfaceName, upstreamIface); in cleanupUpstreamInterface()
1136 public void stopInterfaceForwarding(String fromIface, String toIface) { in stopInterfaceForwarding() method in NetworkManagementService
54173 Landroid/os/INetworkManagementService$Stub$Proxy;->stopInterfaceForwarding(Ljava/lang/String;Ljava/…54335 Landroid/os/INetworkManagementService;->stopInterfaceForwarding(Ljava/lang/String;Ljava/lang/String…