Home
last modified time | relevance | path

Searched refs:cellIdentity (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCellIdentityTest.java47 CellIdentity cellIdentity = new CellIdentityCdma(nid, sid, bid, lon, lat, null, null); in testCellIdentityCdma_asCellLocation() local
49 CellLocation cellLocation = cellIdentity.asCellLocation(); in testCellIdentityCdma_asCellLocation()
61 CellIdentity cellIdentity = new CellIdentityCdma(); in testCellIdentityCdma_unavailable_asCellLocation() local
63 CellLocation cellLocation = cellIdentity.asCellLocation(); in testCellIdentityCdma_unavailable_asCellLocation()
77 CellIdentity cellIdentity = in testCellIdentityGsm_asCellLocation() local
80 CellLocation cellLocation = cellIdentity.asCellLocation(); in testCellIdentityGsm_asCellLocation()
90 CellIdentity cellIdentity = new CellIdentityGsm(); in testCellIdentityGsm_unavailable_asCellLocation() local
92 CellLocation cellLocation = cellIdentity.asCellLocation(); in testCellIdentityGsm_unavailable_asCellLocation()
104 CellIdentity cellIdentity = new CellIdentityLte(123, 456, ci, 7, tac); in testCellIdentityLte_asCellLocation() local
106 CellLocation cellLocation = cellIdentity.asCellLocation(); in testCellIdentityLte_asCellLocation()
[all …]
DTelephonyManagerTest.java4176 CellIdentity cellIdentity = cellInfo.getCellIdentity(); in testGetAllCellInfo() local
4178 if (cellIdentity instanceof CellIdentityLte) { in testGetAllCellInfo()
4179 bands = ((CellIdentityLte) cellIdentity).getBands(); in testGetAllCellInfo()
4184 } else if (cellIdentity instanceof CellIdentityNr) { in testGetAllCellInfo()
4185 bands = ((CellIdentityNr) cellIdentity).getBands(); in testGetAllCellInfo()