C G N S U W

C

com.nokia.mid.network - package com.nokia.mid.network
 

G

getState(int) - Static method in class com.nokia.mid.network.NetworkState
get network state for one sim card.
getState(int) - Static method in class com.nokia.mid.network.SIMState
get sim state.
getState() - Static method in class com.nokia.mid.network.WLANState
get WLAN state.

N

NETWORK_STATE_HOME - Static variable in class com.nokia.mid.network.NetworkState
Constant for network state (Home, in home network).
NETWORK_STATE_NO_NETWORK - Static variable in class com.nokia.mid.network.NetworkState
Constant for network state (No Network, no network).
NETWORK_STATE_ROAMING - Static variable in class com.nokia.mid.network.NetworkState
Constant for network state (Roaming, in roaming network).
NetworkState - Class in com.nokia.mid.network
NetworkState provides network setting, state retrieving and change notification to client which implements NetworkStateListener interface
networkStateChanged(int, int) - Method in interface com.nokia.mid.network.NetworkStateListener
change notification.
NetworkStateListener - Interface in com.nokia.mid.network
 

S

SIM_STATE_NO_SIM - Static variable in class com.nokia.mid.network.SIMState
Constant for SIM cannot be found from phone.
SIM_STATE_NOT_READY - Static variable in class com.nokia.mid.network.SIMState
Constant for SIM can be found from phone but it is not ready.
SIM_STATE_READY - Static variable in class com.nokia.mid.network.SIMState
Constant for SIM can be found from phone and it is ready.
SIMState - Class in com.nokia.mid.network
SIMState provides SIM change notification to client which implements SIMStateListener interface.
SIMStateChanged(int, int) - Method in interface com.nokia.mid.network.SIMStateListener
change notification.
SIMStateListener - Interface in com.nokia.mid.network
SIMStateListener is interface for listening to change notification of SIM state
subscribeListener(NetworkStateListener) - Static method in class com.nokia.mid.network.NetworkState
Subscribe network state listener.
subscribeListener(SIMStateListener) - Static method in class com.nokia.mid.network.SIMState
Subscribe SIM state listener.
subscribeListener(WLANStateListener) - Static method in class com.nokia.mid.network.WLANState
Subscribe network state listener.

U

unSubscribeListener(NetworkStateListener) - Static method in class com.nokia.mid.network.NetworkState
unSubscribe network state listener.
unSubscribeListener(SIMStateListener) - Static method in class com.nokia.mid.network.SIMState
unSubscribe SIM state listener.
unSubscribeListener(WLANStateListener) - Static method in class com.nokia.mid.network.WLANState
unSubscribe network state listener.

W

WLAN_STATE_CONNECTED - Static variable in class com.nokia.mid.network.WLANState
Constant for WLAN connected state.
WLAN_STATE_NOT_CONNECTED - Static variable in class com.nokia.mid.network.WLANState
Constant for WLAN not connected state.
WLANState - Class in com.nokia.mid.network
WLANState provides WLAN change notification to client which implements WLANStateListener interface
WLANStateChanged(int) - Method in interface com.nokia.mid.network.WLANStateListener
change notification.
WLANStateListener - Interface in com.nokia.mid.network
WLANStateListener is interface for listening to change notification of WLAN state

C G N S U W