Searched refs:GsmCellLocation (Results 1 – 16 of 16) 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()
56 import android.telephony.gsm.GsmCellLocation;390 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;634 mCellLoc = new GsmCellLocation(); in updatePhoneType()635 mNewCellLoc = new GsmCellLocation(); in updatePhoneType()968 ((GsmCellLocation) cellLocation).setLacAndCid(lac, cid); in processCellLocationInfo()969 ((GsmCellLocation) cellLocation).setPsc(psc); in processCellLocationInfo()1264 GsmCellLocation loc = ((GsmCellLocation)mPhone.getCellLocation()); in handleMessage()2702 GsmCellLocation loc = (GsmCellLocation) mNewCellLoc; in pollStateDone()3397 if (((GsmCellLocation)mCellLoc).getLac() >= 0 && in getCellLocation()3398 ((GsmCellLocation)mCellLoc).getCid() >= 0) { in getCellLocation()3416 GsmCellLocation cellLocOther = new GsmCellLocation(); in getCellLocation()
39 import android.telephony.gsm.GsmCellLocation;1448 cid = ((GsmCellLocation)loc).getCid(); in handleMessage()
73 import android.telephony.gsm.GsmCellLocation;2068 GsmCellLocation gsm_cell = (GsmCellLocation) phone.getCellLocation();
68 import android.telephony.gsm.GsmCellLocation;4134 if (loc instanceof GsmCellLocation) { in getCellLocationId()4135 cid = ((GsmCellLocation)loc).getCid(); in getCellLocationId()
2441 Landroid/telephony/gsm/GsmCellLocation;
3951 android.telephony.gsm.GsmCellLocation
28764 public class GsmCellLocation extends android.telephony.CellLocation {28765 ctor public GsmCellLocation();28766 ctor public GsmCellLocation(android.os.Bundle);
40169 public class GsmCellLocation extends android.telephony.CellLocation {40170 ctor public GsmCellLocation();40171 ctor public GsmCellLocation(android.os.Bundle);
43673 public class GsmCellLocation extends android.telephony.CellLocation {43674 ctor public GsmCellLocation();43675 ctor public GsmCellLocation(android.os.Bundle);