|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.telephony.CellLocation
public abstract class CellLocation
Abstract class that represents the location of the device. Currently the only
subclass is GsmCellLocation.
| Constructor Summary | |
|---|---|
CellLocation()
|
|
| Method Summary | |
|---|---|
abstract void |
fillInNotifierBundle(Bundle bundle)
|
static CellLocation |
getEmpty()
Return a new CellLocation object representing an unknown location. |
static CellLocation |
newFromBundle(Bundle bundle)
Create a new CellLocation from a intent notifier Bundle This method is used by PhoneStateIntentReceiver and maybe by external applications. |
static void |
requestLocationUpdate()
Request an update of the current location. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CellLocation()
| Method Detail |
|---|
public static void requestLocationUpdate()
PhoneStateListener.LISTEN_CELL_LOCATION.
public static CellLocation newFromBundle(Bundle bundle)
bundle - Bundle from intent notifier
public abstract void fillInNotifierBundle(Bundle bundle)
public static CellLocation getEmpty()
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||