Home
last modified time | relevance | path

Searched refs:GsmCellLocation (Results 1 – 16 of 16) 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.java56 import android.telephony.gsm.GsmCellLocation;
390 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;
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()
DGsmCdmaCallTracker.java39 import android.telephony.gsm.GsmCellLocation;
1448 cid = ((GsmCellLocation)loc).getCid(); in handleMessage()
/frameworks/base/services/core/java/com/android/server/location/
DGnssLocationProvider.java73 import android.telephony.gsm.GsmCellLocation;
2068 GsmCellLocation gsm_cell = (GsmCellLocation) phone.getCellLocation();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java68 import android.telephony.gsm.GsmCellLocation;
4134 if (loc instanceof GsmCellLocation) { in getCellLocationId()
4135 cid = ((GsmCellLocation)loc).getCid(); in getCellLocationId()
/frameworks/base/services/
Dprofile-classes2441 Landroid/telephony/gsm/GsmCellLocation;
/frameworks/base/
Dcompiled-classes-phone3951 android.telephony.gsm.GsmCellLocation
/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.txt40169 public class GsmCellLocation extends android.telephony.CellLocation {
40170 ctor public GsmCellLocation();
40171 ctor public GsmCellLocation(android.os.Bundle);
Dsystem-current.txt43673 public class GsmCellLocation extends android.telephony.CellLocation {
43674 ctor public GsmCellLocation();
43675 ctor public GsmCellLocation(android.os.Bundle);