Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellIdentityNr.java75 public CellLocation asCellLocation() { in asCellLocation() method in CellIdentityNr
DCellIdentity.java174 public abstract CellLocation asCellLocation(); in asCellLocation() method in CellIdentity
DCellIdentityTdscdma.java175 public GsmCellLocation asCellLocation() { in asCellLocation() method in CellIdentityTdscdma
DCellIdentityCdma.java202 public CdmaCellLocation asCellLocation() { in asCellLocation() method in CellIdentityCdma
DCellIdentityWcdma.java200 public GsmCellLocation asCellLocation() { in asCellLocation() method in CellIdentityWcdma
DCellIdentityGsm.java204 public GsmCellLocation asCellLocation() { in asCellLocation() method in CellIdentityGsm
DCellIdentityLte.java236 public GsmCellLocation asCellLocation() { in asCellLocation() method in CellIdentityLte
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java3897 if (mCellIdentity != null) return mCellIdentity.asCellLocation(); in getCellLocation()
3920 AsyncResult.forMessage(rspMsg, mCellIdentity.asCellLocation(), null); in requestCellLocation()
3948 cl = c.asCellLocation(); in getCellLocationFromCellInfo()
3953 cl = fallbackLteCid.asCellLocation(); in getCellLocationFromCellInfo()