Home
last modified time | relevance | path

Searched refs:startInterfaceForwarding (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tests/net/java/com/android/server/connectivity/
DTetheringTest.java572 verify(mNMService, times(1)).startInterfaceForwarding(TEST_USB_IFNAME, TEST_MOBILE_IFNAME); in workingMobileUsbTethering_IPv4()
596 verify(mNMService, times(1)).startInterfaceForwarding(TEST_USB_IFNAME, TEST_MOBILE_IFNAME); in workingMobileUsbTethering_IPv6()
609 verify(mNMService, times(1)).startInterfaceForwarding(TEST_USB_IFNAME, TEST_MOBILE_IFNAME); in workingMobileUsbTethering_DualStack()
626 verify(mNMService, times(1)).startInterfaceForwarding(TEST_USB_IFNAME, TEST_MOBILE_IFNAME); in workingMobileUsbTethering_MultipleUpstreams()
627 verify(mNMService, times(1)).startInterfaceForwarding(TEST_USB_IFNAME, in workingMobileUsbTethering_MultipleUpstreams()
643 verify(mNMService, times(1)).startInterfaceForwarding(TEST_USB_IFNAME, TEST_MOBILE_IFNAME); in workingMobileUsbTethering_v6Then464xlat()
660 verify(mNMService, times(1)).startInterfaceForwarding(TEST_USB_IFNAME, in workingMobileUsbTethering_v6Then464xlat()
664 verify(mNMService, times(1)).startInterfaceForwarding(TEST_USB_IFNAME, TEST_MOBILE_IFNAME); in workingMobileUsbTethering_v6Then464xlat()
/frameworks/base/tests/net/java/android/net/ip/
DIpServerTest.java267 inOrder.verify(mNMService).startInterfaceForwarding(IFACE_NAME, UPSTREAM_IFACE); in handlesFirstUpstreamChange()
281 inOrder.verify(mNMService).startInterfaceForwarding(IFACE_NAME, UPSTREAM_IFACE2); in handlesChangingUpstream()
306 doThrow(RemoteException.class).when(mNMService).startInterfaceForwarding( in handlesChangingUpstreamInterfaceForwardingFailure()
315 inOrder.verify(mNMService).startInterfaceForwarding(IFACE_NAME, UPSTREAM_IFACE2); in handlesChangingUpstreamInterfaceForwardingFailure()
/frameworks/base/core/java/android/os/
DINetworkManagementService.aidl195 void startInterfaceForwarding(String fromIface, String toIface); in startInterfaceForwarding() method
/frameworks/base/services/net/java/android/net/ip/
DIpServer.java919 mNMService.startInterfaceForwarding(mIfaceName, ifname); in processMessage()
/frameworks/base/services/core/java/com/android/server/
DNetworkManagementService.java1130 public void startInterfaceForwarding(String fromIface, String toIface) { in startInterfaceForwarding() method in NetworkManagementService