Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/ip/
DIpClient.java3109 enqueueJumpToStoppingState(DisconnectCode.DC_ERROR_STARTING_IPV6); in enter()
3115 enqueueJumpToStoppingState(DisconnectCode.DC_ERROR_STARTING_IPV4); in enter()
3123 enqueueJumpToStoppingState(DisconnectCode.DC_INVALID_PROVISIONING); in enter()
3130 enqueueJumpToStoppingState(DisconnectCode.DC_ERROR_STARTING_IPREACHABILITYMONITOR); in enter()
3164 private void enqueueJumpToStoppingState(final DisconnectCode code) { in enqueueJumpToStoppingState() method in IpClient.RunningState