Home
last modified time | relevance | path

Searched refs:cellIdentity (Results 1 – 5 of 5) 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.java5439 CellIdentity cellIdentity = cellInfo.getCellIdentity(); in testGetAllCellInfo() local
5441 if (cellIdentity instanceof CellIdentityLte) { in testGetAllCellInfo()
5442 bands = ((CellIdentityLte) cellIdentity).getBands(); in testGetAllCellInfo()
5448 } else if (cellIdentity instanceof CellIdentityNr) { in testGetAllCellInfo()
5449 bands = ((CellIdentityNr) cellIdentity).getBands(); in testGetAllCellInfo()
5467 if (cellIdentity.isSameCell(cid)) isSameCell = true; in testGetAllCellInfo()
5469 assertTrue(sNetworkTypes.get(cellIdentity.getClass()).contains( in testGetAllCellInfo()
5471 || sNetworkTypes.get(cellIdentity.getClass()).contains( in testGetAllCellInfo()
7082 CellIdentity cellIdentity = ShellIdentityUtils.invokeMethodWithShellPermissions( in testGetLastKnownCellIdentity() local
7087 cellIdentity, in testGetLastKnownCellIdentity()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2022-20115/src/android/security/cts/CVE_2022_20115/
DPocActivity.java67 CellIdentity cellIdentity = netRegInfo.getCellIdentity();
68 while ((cellIdentity == null) && (System.currentTimeMillis() - startTime < context
79 if (cellIdentity != null) {
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockNetworkService.java224 android.hardware.radio.network.CellIdentity cellIdentity = in getPrimaryCellIdentity() local
231 cellIdentity.setWcdma( in getPrimaryCellIdentity()
235 cellIdentity.setLte(cellInfo.ratSpecificInfo.getLte().cellIdentityLte); in getPrimaryCellIdentity()
243 return cellIdentity; in getPrimaryCellIdentity()
402 android.hardware.radio.network.CellIdentity cellIdentity = in getPrimaryCellIdentity() local
406 cellIdentity = getCarrierStatus(mHomeCarrierId).getPrimaryCellIdentity(); in getPrimaryCellIdentity()
408 cellIdentity = getCarrierStatus(mRoamingCarrierId).getPrimaryCellIdentity(); in getPrimaryCellIdentity()
411 return cellIdentity; in getPrimaryCellIdentity()
DIRadioNetworkImpl.java383 CellIdentity cellIdentity; in getBarringInfo() local
386 cellIdentity = mServiceState.getPrimaryCellIdentity(); in getBarringInfo()
392 mRadioNetworkResponse.getBarringInfoResponse(rsp, cellIdentity, barringInfos); in getBarringInfo()
434 dataRegResponse.cellIdentity = new android.hardware.radio.network.CellIdentity(); in getDataRegistrationState()
446 dataRegResponse.cellIdentity = mServiceState.getPrimaryCellIdentity(); in getDataRegistrationState()
571 voiceRegResponse.cellIdentity = new android.hardware.radio.network.CellIdentity(); in getVoiceRegistrationState()
583 voiceRegResponse.cellIdentity = mServiceState.getPrimaryCellIdentity(); in getVoiceRegistrationState()
1134 CellIdentity cellIdentity = new CellIdentity(); in unsolBarringInfoChanged() local
1137 cellIdentity = mServiceState.getPrimaryCellIdentity(); in unsolBarringInfoChanged()
1143 cellIdentity, halBarringInfos); in unsolBarringInfoChanged()