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.java248 public static final int CMD_IP_FORWARDING_DISABLE_ERROR = BASE_IPSERVER + 5; field in IpServer
1280 case CMD_IP_FORWARDING_DISABLE_ERROR: in processMessage()
/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
DIpServerTest.java352 IpServer.CMD_IP_FORWARDING_DISABLE_ERROR, in shouldDoNothingUntilRequested()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTethering.java2523 notify(IpServer.CMD_IP_FORWARDING_DISABLE_ERROR); in enter()