Package | Description |
---|---|
javax.microedition.cellular |
[OPTIONAL] Provides classes to obtain information about cellular networks the device is
registered on.
|
Modifier and Type | Method and Description |
---|---|
static CellularNetwork[] |
CellularNetwork.getAvailableNetworks()
Returns cellular networks available to the device.
|
static CellularNetwork |
CellularNetwork.getByName(java.lang.String networkName)
Returns the CellularNetwork by name.
|
CellularNetwork |
Subscriber.getNetwork()
Returns a cellular network the device is registered into
using this Subscriber.
|
static CellularNetwork[] |
CellularNetwork.getRegisteredNetworks()
Returns cellular networks to which the device is registered.
|
Modifier and Type | Method and Description |
---|---|
void |
CellularNetworkListener.notifyNetworkEvent(CellularNetwork network,
int networkEvent)
Notifies listener about network related event.
|
Copyright (c) 2013, Oracle and/or its affiliates. All Rights Reserved. Use of this specification is subject to license terms.