Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/android/net/ip/
DIpServerTest.java278 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()
/frameworks/base/core/java/android/os/
DINetworkManagementService.aidl201 void stopInterfaceForwarding(String fromIface, String toIface); in stopInterfaceForwarding() method
/frameworks/base/services/net/java/android/net/ip/
DIpServer.java875 mNMService.stopInterfaceForwarding(mIfaceName, upstreamIface); in cleanupUpstreamInterface()
/frameworks/base/services/core/java/com/android/server/
DNetworkManagementService.java1136 public void stopInterfaceForwarding(String fromIface, String toIface) { in stopInterfaceForwarding() method in NetworkManagementService
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt54173 Landroid/os/INetworkManagementService$Stub$Proxy;->stopInterfaceForwarding(Ljava/lang/String;Ljava/…
54335 Landroid/os/INetworkManagementService;->stopInterfaceForwarding(Ljava/lang/String;Ljava/lang/String…