Home
last modified time | relevance | path

Searched refs:CMD_IP_FORWARDING_DISABLE_ERROR (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/Tethering/src/android/net/ip/
DIpServer.java224 public static final int CMD_IP_FORWARDING_DISABLE_ERROR = BASE_IPSERVER + 5; field in IpServer
1253 case CMD_IP_FORWARDING_DISABLE_ERROR: in processMessage()
/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
DIpServerTest.java334 IpServer.CMD_IP_FORWARDING_DISABLE_ERROR, in shouldDoNothingUntilRequested()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTethering.java2239 notify(IpServer.CMD_IP_FORWARDING_DISABLE_ERROR); in enter()