There are couple of possible states in NetworkInfo class of Android. Currently I log the detailed state information of the device/emulator each 100ms but have never seen the states other than CONNECTED, CONNECTING, DISCONNECTED. I tried from Emulator Control tab of Eclipse switching Voice and Data status to roaming, denied, searching etc. but again couldn't observe the other states in the logs.
Is there a way to put the device or the emulator to other states such as AUTHENTICATING, SCANNING, SUSPENDED etc. Any help is appreciated.