android.net
public
static
final
enum
android.net.NetworkInfo.DetailedState
The fine-grained state of a network connection. This level of detail
is probably of interest to few applications. Most should use
State instead.
Summary
Enum Values
Public Methods
Methods inherited
from class
java.lang.Enum
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Enum Values
Network link established, performing authentication.
IP traffic should be available.
Currently setting up data connection.
IP traffic not available.
Currently tearing down data connection.
Attempt to connect failed.
Ready to start data connection setup.
Awaiting response from DHCP server in order to assign IP address information.
Searching for an available access point.
Public Methods