Home
last modified time | relevance | path

Searched refs:GsmCellLocation (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/telephony/java/android/telephony/gsm/
DGsmCellLocation.java25 public class GsmCellLocation extends CellLocation { class
33 public GsmCellLocation() { in GsmCellLocation() method in GsmCellLocation
42 public GsmCellLocation(Bundle bundle) { in GsmCellLocation() method in GsmCellLocation
105 GsmCellLocation s; in equals()
108 s = (GsmCellLocation)o; in equals()
/frameworks/base/telephony/java/android/telephony/
DCellLocation.java24 import android.telephony.gsm.GsmCellLocation;
67 return new GsmCellLocation(bundle); in newFromBundle()
101 return new GsmCellLocation(); in getEmpty()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmCellBroadcastHandler.java26 import android.telephony.gsm.GsmCellLocation;
117 if (cl instanceof GsmCellLocation) { in handleGsmBroadcastSms()
118 GsmCellLocation cellLocation = (GsmCellLocation)cl; in handleGsmBroadcastSms()
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
DTrackerService.java42 import android.telephony.gsm.GsmCellLocation;
348 if (location instanceof GsmCellLocation) {
349 GsmCellLocation cellLocation = (GsmCellLocation)location;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDefaultPhoneNotifierTest.java41 import android.telephony.gsm.GsmCellLocation;
244 GsmCellLocation mGsmCellLocation = new GsmCellLocation(); in testNotifyCellLocation()
DServiceStateTrackerTest.java59 import android.telephony.gsm.GsmCellLocation;
397 GsmCellLocation cl = (GsmCellLocation) sst.getCellLocation(workSource); in testGsmCellLocation()
DGsmCdmaPhoneTest.java56 import android.telephony.gsm.GsmCellLocation;
174 CellLocation cellLocation = new GsmCellLocation(); in testGetCellLocation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java71 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()
DGsmCdmaCallTracker.java39 import android.telephony.gsm.GsmCellLocation;
1454 cid = ((GsmCellLocation)loc).getCid(); in handleMessage()
/frameworks/base/services/core/java/com/android/server/location/
DGnssLocationProvider.java74 import android.telephony.gsm.GsmCellLocation;
2169 GsmCellLocation gsm_cell = (GsmCellLocation) phone.getCellLocation();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java68 import android.telephony.gsm.GsmCellLocation;
4028 if (loc instanceof GsmCellLocation) { in getCellLocationId()
4029 cid = ((GsmCellLocation)loc).getCid(); in getCellLocationId()
/frameworks/base/config/
Dcompiled-classes-phone4006 android.telephony.gsm.GsmCellLocation
Dboot-image-profile.txt6703 HPLandroid/telephony/gsm/GsmCellLocation;->fillInNotifierBundle(Landroid/os/Bundle;)V
30699 HSPLandroid/telephony/gsm/GsmCellLocation;-><init>()V
30700 HSPLandroid/telephony/gsm/GsmCellLocation;->equals(Ljava/lang/Object;)Z
30701 HSPLandroid/telephony/gsm/GsmCellLocation;->equalsHandlesNulls(Ljava/lang/Object;Ljava/lang/Object;…
30702 HSPLandroid/telephony/gsm/GsmCellLocation;->setLacAndCid(II)V
30703 HSPLandroid/telephony/gsm/GsmCellLocation;->setPsc(I)V
30704 HSPLandroid/telephony/gsm/GsmCellLocation;->setStateInvalid()V
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28764 public class GsmCellLocation extends android.telephony.CellLocation {
28765 ctor public GsmCellLocation();
28766 ctor public GsmCellLocation(android.os.Bundle);
/frameworks/base/api/
Dcurrent.txt40405 public class GsmCellLocation extends android.telephony.CellLocation {
40406 ctor public GsmCellLocation();
40407 ctor public GsmCellLocation(android.os.Bundle);
Dtest-current.txt40676 public class GsmCellLocation extends android.telephony.CellLocation {
40677 ctor public GsmCellLocation();
40678 ctor public GsmCellLocation(android.os.Bundle);
Dsystem-current.txt43954 public class GsmCellLocation extends android.telephony.CellLocation {
43955 ctor public GsmCellLocation();
43956 ctor public GsmCellLocation(android.os.Bundle);