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;
119 if (cl instanceof GsmCellLocation) { in handleGsmBroadcastSms()
120 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()
DGsmCdmaPhoneTest.java58 import android.telephony.gsm.GsmCellLocation;
238 CellLocation cellLocation = new GsmCellLocation(); in testGetCellLocation()
DServiceStateTrackerTest.java73 import android.telephony.gsm.GsmCellLocation;
638 GsmCellLocation cl = (GsmCellLocation) sst.getCellLocation(workSource); in testGsmCellLocation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java76 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()
DGsmCdmaCallTracker.java39 import android.telephony.gsm.GsmCellLocation;
1457 cid = ((GsmCellLocation)loc).getCid(); in handleMessage()
/frameworks/base/services/core/java/com/android/server/location/
DGnssLocationProvider.java76 import android.telephony.gsm.GsmCellLocation;
2244 GsmCellLocation gsm_cell = (GsmCellLocation) phone.getCellLocation();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java71 import android.telephony.gsm.GsmCellLocation;
4042 if (loc instanceof GsmCellLocation) { in getCellLocationId()
4043 cid = ((GsmCellLocation)loc).getCid(); in getCellLocationId()
/frameworks/base/config/
Dpreloaded-classes2912 android.telephony.gsm.GsmCellLocation
Dhiddenapi-public-dex.txt43104 Landroid/telephony/gsm/GsmCellLocation;
43105 Landroid/telephony/gsm/GsmCellLocation;-><init>()V
43106 Landroid/telephony/gsm/GsmCellLocation;-><init>(Landroid/os/Bundle;)V
43107 Landroid/telephony/gsm/GsmCellLocation;->equals(Ljava/lang/Object;)Z
43108 Landroid/telephony/gsm/GsmCellLocation;->fillInNotifierBundle(Landroid/os/Bundle;)V
43109 Landroid/telephony/gsm/GsmCellLocation;->getCid()I
43110 Landroid/telephony/gsm/GsmCellLocation;->getLac()I
43111 Landroid/telephony/gsm/GsmCellLocation;->getPsc()I
43112 Landroid/telephony/gsm/GsmCellLocation;->hashCode()I
43113 Landroid/telephony/gsm/GsmCellLocation;->setLacAndCid(II)V
[all …]
Dboot-image-profile.txt30853 HSPLandroid/telephony/gsm/GsmCellLocation;->equals(Ljava/lang/Object;)Z
30854 HSPLandroid/telephony/gsm/GsmCellLocation;->fillInNotifierBundle(Landroid/os/Bundle;)V
30855 HSPLandroid/telephony/gsm/GsmCellLocation;->getCid()I
30856 HSPLandroid/telephony/gsm/GsmCellLocation;->getLac()I
30857 HSPLandroid/telephony/gsm/GsmCellLocation;->getPsc()I
30858 HSPLandroid/telephony/gsm/GsmCellLocation;->isEmpty()Z
30859 HSPLandroid/telephony/gsm/GsmCellLocation;->setLacAndCid(II)V
30860 HSPLandroid/telephony/gsm/GsmCellLocation;->setPsc(I)V
30861 HSPLandroid/telephony/gsm/GsmCellLocation;->setStateInvalid()V
58147 Landroid/telephony/gsm/GsmCellLocation;
Dhiddenapi-light-greylist.txt5357 Landroid/telephony/gsm/GsmCellLocation;->setPsc(I)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.txt42803 public class GsmCellLocation extends android.telephony.CellLocation {
42804 ctor public GsmCellLocation();
42805 ctor public GsmCellLocation(android.os.Bundle);