Home
last modified time | relevance | path

Searched defs:cellIdentity (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCellIdentityTest.java41 CellIdentity cellIdentity = in testCellIdentityGsm_asCellLocation() local
54 CellIdentity cellIdentity = new CellIdentityGsm(); in testCellIdentityGsm_unavailable_asCellLocation() local
68 CellIdentity cellIdentity = new CellIdentityLte(123, 456, ci, 7, tac); in testCellIdentityLte_asCellLocation() local
81 CellIdentity cellIdentity = new CellIdentityLte(); in testCellIdentityLte_unavailable_asCellLocation() local
96 CellIdentity cellIdentity = in testCellIdentityNr_asCellLocation() local
113 CellIdentity cellIdentity = in testCellIdentityTdscdma_asCellLocation() local
126 CellIdentity cellIdentity = new CellIdentityTdscdma(); in testCellIdentityTdscdma_unavailable_asCellLocation() local
141 CellIdentity cellIdentity = in testCellIdentityWcdma_asCellLocation() local
154 CellIdentity cellIdentity = new CellIdentityWcdma(); in testCellIdentityWcdma_unavailable_asCellLocation() local
DTelephonyManagerTest.java4871 CellIdentity cellIdentity = cellInfo.getCellIdentity(); in testGetAllCellInfo() local
6565 CellIdentity cellIdentity = in testGetLastKnownCellIdentity() local
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockNetworkService.java224 android.hardware.radio.network.CellIdentity cellIdentity = in getPrimaryCellIdentity() local
404 android.hardware.radio.network.CellIdentity cellIdentity = in getPrimaryCellIdentity() local
DIRadioNetworkImpl.java390 CellIdentity cellIdentity; in getBarringInfo() local
1207 CellIdentity cellIdentity = new CellIdentity(); in unsolBarringInfoChanged() local
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DNetworkScanApiTest.java287 CellIdentityLte cellIdentity = ((CellInfoLte) cellInfo).getCellIdentity(); in getRadioAccessSpecifier() local