Searched refs:GsmCellLocation (Results 1 – 17 of 17) sorted by relevance
25 public class GsmCellLocation extends CellLocation { class33 public GsmCellLocation() { in GsmCellLocation() method in GsmCellLocation42 public GsmCellLocation(Bundle bundle) { in GsmCellLocation() method in GsmCellLocation105 GsmCellLocation s; in equals()108 s = (GsmCellLocation)o; in equals()
24 import android.telephony.gsm.GsmCellLocation;67 return new GsmCellLocation(bundle); in newFromBundle()101 return new GsmCellLocation(); in getEmpty()
26 import android.telephony.gsm.GsmCellLocation;117 if (cl instanceof GsmCellLocation) { in handleGsmBroadcastSms()118 GsmCellLocation cellLocation = (GsmCellLocation)cl; in handleGsmBroadcastSms()
42 import android.telephony.gsm.GsmCellLocation;348 if (location instanceof GsmCellLocation) {349 GsmCellLocation cellLocation = (GsmCellLocation)location;
41 import android.telephony.gsm.GsmCellLocation;244 GsmCellLocation mGsmCellLocation = new GsmCellLocation(); in testNotifyCellLocation()
59 import android.telephony.gsm.GsmCellLocation;397 GsmCellLocation cl = (GsmCellLocation) sst.getCellLocation(workSource); in testGsmCellLocation()
56 import android.telephony.gsm.GsmCellLocation;174 CellLocation cellLocation = new GsmCellLocation(); in testGetCellLocation()
71 import android.telephony.gsm.GsmCellLocation;660 mCellLoc = new GsmCellLocation(); in updatePhoneType()661 mNewCellLoc = new GsmCellLocation(); in updatePhoneType()991 ((GsmCellLocation) cellLocation).setLacAndCid(lac, cid); in processCellLocationInfo()992 ((GsmCellLocation) cellLocation).setPsc(psc); in processCellLocationInfo()1287 GsmCellLocation loc = ((GsmCellLocation)mPhone.getCellLocation()); in handleMessage()2774 GsmCellLocation loc = (GsmCellLocation) mNewCellLoc; in pollStateDone()3491 if (((GsmCellLocation)mCellLoc).getLac() >= 0 && in getCellLocation()3492 ((GsmCellLocation)mCellLoc).getCid() >= 0) { in getCellLocation()3510 GsmCellLocation cellLocOther = new GsmCellLocation(); in getCellLocation()
39 import android.telephony.gsm.GsmCellLocation;1454 cid = ((GsmCellLocation)loc).getCid(); in handleMessage()
74 import android.telephony.gsm.GsmCellLocation;2169 GsmCellLocation gsm_cell = (GsmCellLocation) phone.getCellLocation();
68 import android.telephony.gsm.GsmCellLocation;4028 if (loc instanceof GsmCellLocation) { in getCellLocationId()4029 cid = ((GsmCellLocation)loc).getCid(); in getCellLocationId()
4006 android.telephony.gsm.GsmCellLocation
6703 HPLandroid/telephony/gsm/GsmCellLocation;->fillInNotifierBundle(Landroid/os/Bundle;)V30699 HSPLandroid/telephony/gsm/GsmCellLocation;-><init>()V30700 HSPLandroid/telephony/gsm/GsmCellLocation;->equals(Ljava/lang/Object;)Z30701 HSPLandroid/telephony/gsm/GsmCellLocation;->equalsHandlesNulls(Ljava/lang/Object;Ljava/lang/Object;…30702 HSPLandroid/telephony/gsm/GsmCellLocation;->setLacAndCid(II)V30703 HSPLandroid/telephony/gsm/GsmCellLocation;->setPsc(I)V30704 HSPLandroid/telephony/gsm/GsmCellLocation;->setStateInvalid()V
28764 public class GsmCellLocation extends android.telephony.CellLocation {28765 ctor public GsmCellLocation();28766 ctor public GsmCellLocation(android.os.Bundle);
40405 public class GsmCellLocation extends android.telephony.CellLocation {40406 ctor public GsmCellLocation();40407 ctor public GsmCellLocation(android.os.Bundle);
40676 public class GsmCellLocation extends android.telephony.CellLocation {40677 ctor public GsmCellLocation();40678 ctor public GsmCellLocation(android.os.Bundle);
43954 public class GsmCellLocation extends android.telephony.CellLocation {43955 ctor public GsmCellLocation();43956 ctor public GsmCellLocation(android.os.Bundle);