Searched refs:asCellLocation (Results 1 – 16 of 16) sorted by relevance
372 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()
1369 assertEquals(cellIdentity.asCellLocation(), mCellLocation); in testNotifyCellLocationForSubscriberByUserSwitched()
741 doReturn(mCellLocation).when(mCellIdentity).asCellLocation(); in setUp()
957 GsmCellLocation cl = (GsmCellLocation) sst.getCellIdentity().asCellLocation(); in testGsmCellLocation()981 CdmaCellLocation cl = (CdmaCellLocation) sst.getCellIdentity().asCellLocation(); in testCdmaCellLocation()
212 public CdmaCellLocation asCellLocation() { in asCellLocation() method in CellIdentityCdma
126 public CellLocation asCellLocation() { in asCellLocation() method in CellIdentityNr
224 public abstract @NonNull CellLocation asCellLocation(); in asCellLocation() method in CellIdentity
222 public GsmCellLocation asCellLocation() { in asCellLocation() method in CellIdentityTdscdma
234 public GsmCellLocation asCellLocation() { in asCellLocation() method in CellIdentityGsm
246 public GsmCellLocation asCellLocation() { in asCellLocation() method in CellIdentityWcdma
300 public GsmCellLocation asCellLocation() { in asCellLocation() method in CellIdentityLte
2619 CellLocation cl = cellIdentity.asCellLocation(); in getCellLocation()
1365 cellIdentity == null ? CellLocation.getEmpty() : cellIdentity.asCellLocation(); in onCellLocationChanged()
1770 cellIdentity == null ? CellLocation.getEmpty() : cellIdentity.asCellLocation(); in onCellLocationChanged()
1616 CellLocation loc = mPhone.getCurrentCellIdentity().asCellLocation(); in handleMessage()
14499 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();