android.telephony.gsm
Class GsmCellLocation

java.lang.Object
  extended by android.telephony.CellLocation
      extended by android.telephony.gsm.GsmCellLocation

public class GsmCellLocation
extends CellLocation


Constructor Summary
GsmCellLocation()
           
GsmCellLocation(Bundle bundle)
           
 
Method Summary
 boolean equals(Object o)
           
 void fillInNotifierBundle(Bundle m)
           
 int getCid()
           
 int getLac()
           
 int getPsc()
           
 int hashCode()
           
 void setLacAndCid(int lac, int cid)
           
 void setStateInvalid()
           
 String toString()
           
 
Methods inherited from class android.telephony.CellLocation
getEmpty, requestLocationUpdate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GsmCellLocation

public GsmCellLocation()

GsmCellLocation

public GsmCellLocation(Bundle bundle)
Method Detail

getLac

public int getLac()

getCid

public int getCid()

getPsc

public int getPsc()

setStateInvalid

public void setStateInvalid()

setLacAndCid

public void setLacAndCid(int lac,
                         int cid)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

fillInNotifierBundle

public void fillInNotifierBundle(Bundle m)


Copyright © 2008-2012. All Rights Reserved.