Searched refs:cellIdentity (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | CellIdentityTest.java | 47 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 …]
|
D | TelephonyManagerTest.java | 4219 CellIdentity cellIdentity = cellInfo.getCellIdentity(); in testGetAllCellInfo() local 4221 if (cellIdentity instanceof CellIdentityLte) { in testGetAllCellInfo() 4222 bands = ((CellIdentityLte) cellIdentity).getBands(); in testGetAllCellInfo() 4227 } else if (cellIdentity instanceof CellIdentityNr) { in testGetAllCellInfo() 4228 bands = ((CellIdentityNr) cellIdentity).getBands(); in testGetAllCellInfo()
|