HomeSort by relevance Sort by last modified time
    Searched refs:stopInterfaceForwarding (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tests/net/java/com/android/server/connectivity/tethering/
TetherInterfaceStateMachineTest.java 221 inOrder.verify(mNMService).stopInterfaceForwarding(IFACE_NAME, UPSTREAM_IFACE);
237 inOrder.verify(mNMService).stopInterfaceForwarding(IFACE_NAME, UPSTREAM_IFACE);
241 inOrder.verify(mNMService).stopInterfaceForwarding(IFACE_NAME, UPSTREAM_IFACE2);
255 inOrder.verify(mNMService).stopInterfaceForwarding(IFACE_NAME, UPSTREAM_IFACE);
260 inOrder.verify(mNMService).stopInterfaceForwarding(IFACE_NAME, UPSTREAM_IFACE2);
271 inOrder.verify(mNMService).stopInterfaceForwarding(IFACE_NAME, UPSTREAM_IFACE);
  /frameworks/base/core/java/android/os/
INetworkManagementService.aidl 191 void stopInterfaceForwarding(String fromIface, String toIface);
  /frameworks/base/services/core/java/com/android/server/connectivity/tethering/
TetherInterfaceStateMachine.java 661 mNMService.stopInterfaceForwarding(mIfaceName, upstreamIface);
  /frameworks/base/services/core/java/com/android/server/
NetworkManagementService.java     [all...]

Completed in 967 milliseconds