android.telephony.gsm
Class GsmCellLocation
java.lang.Object
android.telephony.CellLocation
android.telephony.gsm.GsmCellLocation
public class GsmCellLocation
- extends CellLocation
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
GsmCellLocation
public GsmCellLocation()
GsmCellLocation
public GsmCellLocation(Bundle bundle)
getLac
public int getLac()
getCid
public int getCid()
setStateInvalid
public void setStateInvalid()
setLacAndCid
public void setLacAndCid(int lac,
int cid)
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
fillInNotifierBundle
public void fillInNotifierBundle(Bundle m)
Copyright © 2008-2010. All Rights Reserved.