Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDefaultPhoneNotifierTest.java372 assertEquals(2, cellLocationCapture.getValue().asCellLocation().getLac()); in testNotifyCellLocation()
373 assertEquals(3, cellLocationCapture.getValue().asCellLocation().getCid()); in testNotifyCellLocation()
374 assertEquals(-1, cellLocationCapture.getValue().asCellLocation().getPsc()); in testNotifyCellLocation()
380 assertEquals(2, cellLocationCapture.getValue().asCellLocation().getLac()); in testNotifyCellLocation()
381 assertEquals(3, cellLocationCapture.getValue().asCellLocation().getCid()); in testNotifyCellLocation()
382 assertEquals(-1, cellLocationCapture.getValue().asCellLocation().getPsc()); in testNotifyCellLocation()
DTelephonyRegistryTest.java1369 assertEquals(cellIdentity.asCellLocation(), mCellLocation); in testNotifyCellLocationForSubscriberByUserSwitched()
DTelephonyTest.java741 doReturn(mCellLocation).when(mCellIdentity).asCellLocation(); in setUp()
DServiceStateTrackerTest.java957 GsmCellLocation cl = (GsmCellLocation) sst.getCellIdentity().asCellLocation(); in testGsmCellLocation()
981 CdmaCellLocation cl = (CdmaCellLocation) sst.getCellIdentity().asCellLocation(); in testCdmaCellLocation()
/frameworks/base/telephony/java/android/telephony/
DCellIdentityCdma.java212 public CdmaCellLocation asCellLocation() { in asCellLocation() method in CellIdentityCdma
DCellIdentityNr.java126 public CellLocation asCellLocation() { in asCellLocation() method in CellIdentityNr
DCellIdentity.java224 public abstract @NonNull CellLocation asCellLocation(); in asCellLocation() method in CellIdentity
DCellIdentityTdscdma.java222 public GsmCellLocation asCellLocation() { in asCellLocation() method in CellIdentityTdscdma
DCellIdentityGsm.java234 public GsmCellLocation asCellLocation() { in asCellLocation() method in CellIdentityGsm
DCellIdentityWcdma.java246 public GsmCellLocation asCellLocation() { in asCellLocation() method in CellIdentityWcdma
DCellIdentityLte.java300 public GsmCellLocation asCellLocation() { in asCellLocation() method in CellIdentityLte
DTelephonyManager.java2619 CellLocation cl = cellIdentity.asCellLocation(); in getCellLocation()
/frameworks/base/core/java/android/telephony/
DPhoneStateListener.java1365 cellIdentity == null ? CellLocation.getEmpty() : cellIdentity.asCellLocation(); in onCellLocationChanged()
DTelephonyCallback.java1770 cellIdentity == null ? CellLocation.getEmpty() : cellIdentity.asCellLocation(); in onCellLocationChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCallTracker.java1616 CellLocation loc = mPhone.getCurrentCellIdentity().asCellLocation(); in handleMessage()
/frameworks/base/core/api/
Dsystem-current.txt14499 method @NonNull public abstract android.telephony.CellLocation asCellLocation();
14504 method @NonNull public android.telephony.cdma.CdmaCellLocation asCellLocation();
14509 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation();
14514 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation();
14519 method @NonNull public android.telephony.CellLocation asCellLocation();
14524 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation();
14529 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation();