Home
last modified time | relevance | path

Searched refs:asCellLocation (Results 1 – 18 of 18) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDefaultPhoneNotifierTest.java257 assertEquals(2, cellLocationCapture.getValue().asCellLocation().getLac()); in testNotifyCellLocation()
258 assertEquals(3, cellLocationCapture.getValue().asCellLocation().getCid()); in testNotifyCellLocation()
259 assertEquals(-1, cellLocationCapture.getValue().asCellLocation().getPsc()); in testNotifyCellLocation()
265 assertEquals(2, cellLocationCapture.getValue().asCellLocation().getLac()); in testNotifyCellLocation()
266 assertEquals(3, cellLocationCapture.getValue().asCellLocation().getCid()); in testNotifyCellLocation()
267 assertEquals(-1, cellLocationCapture.getValue().asCellLocation().getPsc()); in testNotifyCellLocation()
DServiceStateTrackerTest.java905 GsmCellLocation cl = (GsmCellLocation) sst.getCellIdentity().asCellLocation(); in testGsmCellLocation()
929 CdmaCellLocation cl = (CdmaCellLocation) sst.getCellIdentity().asCellLocation(); in testCdmaCellLocation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/dataconnection/
DVendorDataResetEventTracker.java130 CellLocation currentCellLocation = mPhone.getCellIdentity().asCellLocation(); in startResetEventTracker()
132 mPreviousLocation = (GsmCellLocation) mPhone.getCellIdentity().asCellLocation(); in startResetEventTracker()
/frameworks/base/telephony/java/android/telephony/
DCellIdentityCdma.java218 public CdmaCellLocation asCellLocation() { in asCellLocation() method in CellIdentityCdma
DCellIdentityNr.java128 public CellLocation asCellLocation() { in asCellLocation() method in CellIdentityNr
DCellIdentityGsm.java255 public GsmCellLocation asCellLocation() { in asCellLocation() method in CellIdentityGsm
DCellIdentityTdscdma.java245 public GsmCellLocation asCellLocation() { in asCellLocation() method in CellIdentityTdscdma
DCellIdentityWcdma.java268 public GsmCellLocation asCellLocation() { in asCellLocation() method in CellIdentityWcdma
DCellIdentity.java227 public abstract @NonNull CellLocation asCellLocation(); in asCellLocation() method in CellIdentity
DCellIdentityLte.java323 public GsmCellLocation asCellLocation() { in asCellLocation() method in CellIdentityLte
DTelephonyManager.java2173 CellLocation cl = cellIdentity.asCellLocation(); in getCellLocation()
/frameworks/base/core/java/android/telephony/
DPhoneStateListener.java1155 cellIdentity == null ? CellLocation.getEmpty() : cellIdentity.asCellLocation(); in onCellLocationChanged()
/frameworks/base/telephony/api/
Dsystem-current.txt137 method @NonNull public abstract android.telephony.CellLocation asCellLocation();
142 method @NonNull public android.telephony.cdma.CdmaCellLocation asCellLocation();
147 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation();
152 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation();
157 method @NonNull public android.telephony.CellLocation asCellLocation();
162 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation();
167 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCallTracker.java1547 CellLocation loc = mPhone.getCellIdentity().asCellLocation(); in handleMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java3886 CellLocation loc = mPhone.getCellIdentity().asCellLocation(); in getCellLocationId()
/frameworks/base/api/
Dsystem-current.txt8107 method @NonNull public abstract android.telephony.CellLocation asCellLocation();
8112 method @NonNull public android.telephony.cdma.CdmaCellLocation asCellLocation();
8117 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation();
8122 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation();
8127 method @NonNull public android.telephony.CellLocation asCellLocation();
8132 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation();
8137 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation();
/frameworks/base/non-updatable-api/
Dsystem-current.txt8005 method @NonNull public abstract android.telephony.CellLocation asCellLocation();
8010 method @NonNull public android.telephony.cdma.CdmaCellLocation asCellLocation();
8015 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation();
8020 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation();
8025 method @NonNull public android.telephony.CellLocation asCellLocation();
8030 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation();
8035 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation();
/frameworks/base/config/
Dboot-image-profile.txt13842 HSPLandroid/telephony/CellIdentityLte;->asCellLocation()Landroid/telephony/CellLocation;
13852 HSPLandroid/telephony/CellIdentityWcdma;->asCellLocation()Landroid/telephony/CellLocation;
13853 HSPLandroid/telephony/CellIdentityWcdma;->asCellLocation()Landroid/telephony/gsm/GsmCellLocation;