Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/src/android/net/ip/
H A DIpServer.java202 public static final int CMD_IP_FORWARDING_ENABLE_ERROR = BASE_IPSERVER + 4; field in IpServer
1216 case CMD_IP_FORWARDING_ENABLE_ERROR: in processMessage()
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
H A DIpServerTest.java376 IpServer.CMD_IP_FORWARDING_ENABLE_ERROR, in shouldDoNothingUntilRequested()
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DTethering.java2041 notify(IpServer.CMD_IP_FORWARDING_ENABLE_ERROR); in enter()