/frameworks/base/telephony/java/android/telephony/gsm/ |
D | GsmCellLocation.java | 27 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/ |
D | VendorDataResetEventTracker.java | 41 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/ |
D | CellLocation.java | 26 import android.telephony.gsm.GsmCellLocation; 87 return new GsmCellLocation(bundle); in newFromBundle() 123 return new GsmCellLocation(); in getEmpty()
|
D | CellIdentityGsm.java | 23 import android.telephony.gsm.GsmCellLocation; 255 public GsmCellLocation asCellLocation() { in asCellLocation() 256 GsmCellLocation cl = new GsmCellLocation(); in asCellLocation()
|
D | CellIdentityTdscdma.java | 22 import android.telephony.gsm.GsmCellLocation; 245 public GsmCellLocation asCellLocation() { in asCellLocation() 246 GsmCellLocation cl = new GsmCellLocation(); in asCellLocation()
|
D | CellIdentityWcdma.java | 23 import android.telephony.gsm.GsmCellLocation; 268 public GsmCellLocation asCellLocation() { in asCellLocation() 269 GsmCellLocation cl = new GsmCellLocation(); in asCellLocation()
|
D | CellIdentityLte.java | 24 import android.telephony.gsm.GsmCellLocation; 323 public GsmCellLocation asCellLocation() { in asCellLocation() 324 GsmCellLocation cl = new GsmCellLocation(); in asCellLocation()
|
D | CellIdentityNr.java | 24 import android.telephony.gsm.GsmCellLocation; 129 return new GsmCellLocation(); in asCellLocation()
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/ |
D | TrackerService.java | 42 import android.telephony.gsm.GsmCellLocation; 348 if (location instanceof GsmCellLocation) { 349 GsmCellLocation cellLocation = (GsmCellLocation)location;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | GsmCdmaCallTracker.java | 40 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/ |
D | GnssLocationProvider.java | 64 import android.telephony.gsm.GsmCellLocation; 1983 GsmCellLocation gsm_cell = (GsmCellLocation) phone.getCellLocation();
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | ServiceStateTrackerTest.java | 88 import android.telephony.gsm.GsmCellLocation; 905 GsmCellLocation cl = (GsmCellLocation) sst.getCellIdentity().asCellLocation(); in testGsmCellLocation()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcTracker.java | 89 import android.telephony.gsm.GsmCellLocation; 3889 if (loc instanceof GsmCellLocation) { in getCellLocationId() 3890 cid = ((GsmCellLocation)loc).getCid(); in getCellLocationId()
|
/frameworks/base/telephony/api/ |
D | system-current.txt | 147 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/ |
D | system-current.txt | 8117 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();
|
D | current.txt | 46537 public class GsmCellLocation extends android.telephony.CellLocation { 46538 ctor public GsmCellLocation(); 46539 ctor public GsmCellLocation(android.os.Bundle);
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 8015 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();
|
D | current.txt | 46393 public class GsmCellLocation extends android.telephony.CellLocation { 46394 ctor public GsmCellLocation(); 46395 ctor public GsmCellLocation(android.os.Bundle);
|
/frameworks/base/config/ |
D | preloaded-classes | 3363 android.telephony.gsm.GsmCellLocation
|
D | boot-image-profile.txt | 13853 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;
|
D | hiddenapi-greylist-max-o.txt | 67659 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/ |
D | android-22.txt | 28764 public class GsmCellLocation extends android.telephony.CellLocation { 28765 ctor public GsmCellLocation(); 28766 ctor public GsmCellLocation(android.os.Bundle);
|