|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MobileNetwork
A MobileNetwork interface represents an actual cellular network.
The MobileNetwork object contains all available information
about the wireless network.
MobileProvider,
MobileProviderEvent,
MobileProviderListener| Method Summary | |
|---|---|
java.lang.String |
getCode()
Returns the network code in a String format. |
java.lang.String[] |
getNames()
Returns the all available network name synonyms. |
boolean |
isAvailable()
Returns true if the network is currently available. |
boolean |
isCurrent()
Returns true if the network is current network in use. |
boolean |
isRestricted()
Returns true if the network is currently restricted. |
| Method Detail |
|---|
boolean isAvailable()
boolean isCurrent()
MobileProvider.getCurrentNetwork() )
boolean isRestricted()
java.lang.String[] getNames()
java.lang.String getCode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||