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;119 if (cl instanceof GsmCellLocation) { in handleGsmBroadcastSms()120 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()
58 import android.telephony.gsm.GsmCellLocation;238 CellLocation cellLocation = new GsmCellLocation(); in testGetCellLocation()
73 import android.telephony.gsm.GsmCellLocation;638 GsmCellLocation cl = (GsmCellLocation) sst.getCellLocation(workSource); in testGsmCellLocation()
76 import android.telephony.gsm.GsmCellLocation;622 mCellLoc = new GsmCellLocation(); in updatePhoneType()623 mNewCellLoc = new GsmCellLocation(); in updatePhoneType()940 ((GsmCellLocation) cellLocation).setLacAndCid(lac, cid); in processCellLocationInfo()941 ((GsmCellLocation) cellLocation).setPsc(psc); in processCellLocationInfo()1254 GsmCellLocation loc = ((GsmCellLocation)mPhone.getCellLocation()); in handleMessage()2850 GsmCellLocation loc = (GsmCellLocation) mNewCellLoc; in pollStateDone()3468 if (((GsmCellLocation)mCellLoc).getLac() >= 0 && in getCellLocation()3469 ((GsmCellLocation)mCellLoc).getCid() >= 0) { in getCellLocation()3487 GsmCellLocation cellLocOther = new GsmCellLocation(); in getCellLocation()
39 import android.telephony.gsm.GsmCellLocation;1457 cid = ((GsmCellLocation)loc).getCid(); in handleMessage()
76 import android.telephony.gsm.GsmCellLocation;2244 GsmCellLocation gsm_cell = (GsmCellLocation) phone.getCellLocation();
71 import android.telephony.gsm.GsmCellLocation;4042 if (loc instanceof GsmCellLocation) { in getCellLocationId()4043 cid = ((GsmCellLocation)loc).getCid(); in getCellLocationId()
2912 android.telephony.gsm.GsmCellLocation
43104 Landroid/telephony/gsm/GsmCellLocation;43105 Landroid/telephony/gsm/GsmCellLocation;-><init>()V43106 Landroid/telephony/gsm/GsmCellLocation;-><init>(Landroid/os/Bundle;)V43107 Landroid/telephony/gsm/GsmCellLocation;->equals(Ljava/lang/Object;)Z43108 Landroid/telephony/gsm/GsmCellLocation;->fillInNotifierBundle(Landroid/os/Bundle;)V43109 Landroid/telephony/gsm/GsmCellLocation;->getCid()I43110 Landroid/telephony/gsm/GsmCellLocation;->getLac()I43111 Landroid/telephony/gsm/GsmCellLocation;->getPsc()I43112 Landroid/telephony/gsm/GsmCellLocation;->hashCode()I43113 Landroid/telephony/gsm/GsmCellLocation;->setLacAndCid(II)V[all …]
30853 HSPLandroid/telephony/gsm/GsmCellLocation;->equals(Ljava/lang/Object;)Z30854 HSPLandroid/telephony/gsm/GsmCellLocation;->fillInNotifierBundle(Landroid/os/Bundle;)V30855 HSPLandroid/telephony/gsm/GsmCellLocation;->getCid()I30856 HSPLandroid/telephony/gsm/GsmCellLocation;->getLac()I30857 HSPLandroid/telephony/gsm/GsmCellLocation;->getPsc()I30858 HSPLandroid/telephony/gsm/GsmCellLocation;->isEmpty()Z30859 HSPLandroid/telephony/gsm/GsmCellLocation;->setLacAndCid(II)V30860 HSPLandroid/telephony/gsm/GsmCellLocation;->setPsc(I)V30861 HSPLandroid/telephony/gsm/GsmCellLocation;->setStateInvalid()V58147 Landroid/telephony/gsm/GsmCellLocation;
5357 Landroid/telephony/gsm/GsmCellLocation;->setPsc(I)V
28764 public class GsmCellLocation extends android.telephony.CellLocation {28765 ctor public GsmCellLocation();28766 ctor public GsmCellLocation(android.os.Bundle);
42803 public class GsmCellLocation extends android.telephony.CellLocation {42804 ctor public GsmCellLocation();42805 ctor public GsmCellLocation(android.os.Bundle);