Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/connectivity/
DTetheringTest.java578 verify(mNMService, times(1)).startInterfaceForwarding(TEST_USB_IFNAME, TEST_MOBILE_IFNAME); in workingMobileUsbTethering_IPv4()
590 verify(mNMService, times(1)).startInterfaceForwarding(TEST_USB_IFNAME, TEST_MOBILE_IFNAME); in workingMobileUsbTethering_IPv6()
603 verify(mNMService, times(1)).startInterfaceForwarding(TEST_USB_IFNAME, TEST_MOBILE_IFNAME); in workingMobileUsbTethering_DualStack()
618 verify(mNMService, times(1)).startInterfaceForwarding(TEST_USB_IFNAME, TEST_MOBILE_IFNAME); in workingMobileUsbTethering_MultipleUpstreams()
619 verify(mNMService, times(1)).startInterfaceForwarding(TEST_USB_IFNAME, in workingMobileUsbTethering_MultipleUpstreams()
649 verify(mNMService, times(1)).startInterfaceForwarding(TEST_USB_IFNAME, TEST_MOBILE_IFNAME); in workingMobileUsbTethering_v6Then464xlat()
650 verify(mNMService, times(1)).startInterfaceForwarding(TEST_USB_IFNAME, in workingMobileUsbTethering_v6Then464xlat()
/frameworks/base/tests/net/java/com/android/server/connectivity/tethering/
DTetherInterfaceStateMachineTest.java210 inOrder.verify(mNMService).startInterfaceForwarding(IFACE_NAME, UPSTREAM_IFACE); in handlesFirstUpstreamChange()
224 inOrder.verify(mNMService).startInterfaceForwarding(IFACE_NAME, UPSTREAM_IFACE2); in handlesChangingUpstream()
249 doThrow(RemoteException.class).when(mNMService).startInterfaceForwarding( in handlesChangingUpstreamInterfaceForwardingFailure()
258 inOrder.verify(mNMService).startInterfaceForwarding(IFACE_NAME, UPSTREAM_IFACE2); in handlesChangingUpstreamInterfaceForwardingFailure()
/frameworks/base/core/java/android/os/
DINetworkManagementService.aidl185 void startInterfaceForwarding(String fromIface, String toIface); in startInterfaceForwarding() method
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DTetherInterfaceStateMachine.java705 mNMService.startInterfaceForwarding(mIfaceName, ifname); in processMessage()
/frameworks/base/services/core/java/com/android/server/
DNetworkManagementService.java1383 public void startInterfaceForwarding(String fromIface, String toIface) { in startInterfaceForwarding() method in NetworkManagementService
/frameworks/base/config/
Dboot-image-profile.txt27755 HSPLandroid/os/INetworkManagementService;->startInterfaceForwarding(Ljava/lang/String;Ljava/lang/St…