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

  /frameworks/base/services/tests/servicestests/src/com/android/server/connectivity/tethering/
TetherInterfaceStateMachineTest.java 189 inOrder.verify(mNMService).stopInterfaceForwarding(IFACE_NAME, UPSTREAM_IFACE);
203 inOrder.verify(mNMService).stopInterfaceForwarding(IFACE_NAME, UPSTREAM_IFACE);
  /frameworks/base/core/java/android/os/
INetworkManagementService.aidl 190 void stopInterfaceForwarding(String fromIface, String toIface);
  /frameworks/base/services/core/java/com/android/server/connectivity/tethering/
TetherInterfaceStateMachine.java 258 mNMService.stopInterfaceForwarding(mIfaceName, mMyUpstreamIfaceName);
  /frameworks/base/services/core/java/com/android/server/
NetworkManagementService.java     [all...]

Completed in 88 milliseconds