Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/gsm/
DGsmCellLocation.java27 public class GsmCellLocation extends CellLocation { class
35 public GsmCellLocation() { in GsmCellLocation() method in GsmCellLocation
44 public GsmCellLocation(Bundle bundle) { in GsmCellLocation() method in GsmCellLocation
108 GsmCellLocation s; in equals()
111 s = (GsmCellLocation)o; in equals()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/dataconnection/
DVendorDataResetEventTracker.java41 import android.telephony.gsm.GsmCellLocation;
57 private GsmCellLocation mPreviousLocation = null;
131 if (currentCellLocation instanceof GsmCellLocation) { in startResetEventTracker()
132 mPreviousLocation = (GsmCellLocation) mPhone.getCellIdentity().asCellLocation(); in startResetEventTracker()
143 if (location instanceof GsmCellLocation) { in startResetEventTracker()
144 GsmCellLocation currentLocation = (GsmCellLocation) location; in startResetEventTracker()
/frameworks/base/telephony/java/android/telephony/
DCellLocation.java26 import android.telephony.gsm.GsmCellLocation;
87 return new GsmCellLocation(bundle); in newFromBundle()
123 return new GsmCellLocation(); in getEmpty()
DCellIdentityGsm.java23 import android.telephony.gsm.GsmCellLocation;
255 public GsmCellLocation asCellLocation() { in asCellLocation()
256 GsmCellLocation cl = new GsmCellLocation(); in asCellLocation()
DCellIdentityTdscdma.java22 import android.telephony.gsm.GsmCellLocation;
245 public GsmCellLocation asCellLocation() { in asCellLocation()
246 GsmCellLocation cl = new GsmCellLocation(); in asCellLocation()
DCellIdentityWcdma.java23 import android.telephony.gsm.GsmCellLocation;
268 public GsmCellLocation asCellLocation() { in asCellLocation()
269 GsmCellLocation cl = new GsmCellLocation(); in asCellLocation()
DCellIdentityLte.java24 import android.telephony.gsm.GsmCellLocation;
323 public GsmCellLocation asCellLocation() { in asCellLocation()
324 GsmCellLocation cl = new GsmCellLocation(); in asCellLocation()
DCellIdentityNr.java24 import android.telephony.gsm.GsmCellLocation;
129 return new GsmCellLocation(); in asCellLocation()
/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/src/java/com/android/internal/telephony/
DGsmCdmaCallTracker.java40 import android.telephony.gsm.GsmCellLocation;
1550 if (loc instanceof GsmCellLocation) { in handleMessage()
1551 cid = ((GsmCellLocation)loc).getCid(); in handleMessage()
/frameworks/base/services/core/java/com/android/server/location/
DGnssLocationProvider.java64 import android.telephony.gsm.GsmCellLocation;
1983 GsmCellLocation gsm_cell = (GsmCellLocation) phone.getCellLocation();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java88 import android.telephony.gsm.GsmCellLocation;
905 GsmCellLocation cl = (GsmCellLocation) sst.getCellIdentity().asCellLocation(); in testGsmCellLocation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java89 import android.telephony.gsm.GsmCellLocation;
3889 if (loc instanceof GsmCellLocation) { in getCellLocationId()
3890 cid = ((GsmCellLocation)loc).getCid(); in getCellLocationId()
/frameworks/base/telephony/api/
Dsystem-current.txt147 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation();
152 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation();
162 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation();
167 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation();
/frameworks/base/api/
Dsystem-current.txt8117 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation();
8122 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation();
8132 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation();
8137 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation();
Dcurrent.txt46537 public class GsmCellLocation extends android.telephony.CellLocation {
46538 ctor public GsmCellLocation();
46539 ctor public GsmCellLocation(android.os.Bundle);
/frameworks/base/non-updatable-api/
Dsystem-current.txt8015 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation();
8020 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation();
8030 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation();
8035 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation();
Dcurrent.txt46393 public class GsmCellLocation extends android.telephony.CellLocation {
46394 ctor public GsmCellLocation();
46395 ctor public GsmCellLocation(android.os.Bundle);
/frameworks/base/config/
Dpreloaded-classes3363 android.telephony.gsm.GsmCellLocation
Dboot-image-profile.txt13853 HSPLandroid/telephony/CellIdentityWcdma;->asCellLocation()Landroid/telephony/gsm/GsmCellLocation;
14555 HSPLandroid/telephony/gsm/GsmCellLocation;->fillInNotifierBundle(Landroid/os/Bundle;)V
14556 HSPLandroid/telephony/gsm/GsmCellLocation;->getCid()I
35999 Landroid/telephony/gsm/GsmCellLocation;
Dhiddenapi-greylist-max-o.txt67659 Landroid/telephony/gsm/GsmCellLocation;->equalsHandlesNulls(Ljava/lang/Object;Ljava/lang/Object;)Z
67660 Landroid/telephony/gsm/GsmCellLocation;->isEmpty()Z
67661 Landroid/telephony/gsm/GsmCellLocation;->mCid:I
67662 Landroid/telephony/gsm/GsmCellLocation;->mLac:I
67663 Landroid/telephony/gsm/GsmCellLocation;->mPsc:I
/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);