Searched refs:tdscdmaCi (Results 1 – 2 of 2) sorted by relevance
2300 CellIdentityTdscdma tdscdmaCi = null; in convertHalCellInfo() local2339 tdscdmaCi = convertHalCellIdentityTdscdma(tdscdma.cellIdentityTdscdma); in convertHalCellInfo()2392 tdscdmaCi = convertHalCellIdentityTdscdma(tdscdma.cellIdentityTdscdma); in convertHalCellInfo()2446 tdscdmaCi = convertHalCellIdentityTdscdma(tdscdma.cellIdentityTdscdma); in convertHalCellInfo()2472 return new CellInfoTdscdma(connectionStatus, registered, nanotime, tdscdmaCi, in convertHalCellInfo()
3337 CellIdentity tdscdmaCi = new CellIdentityTdscdma( in testGetCidFromCellIdentity() local3348 assertEquals(3, (long) method.invoke(mSST, tdscdmaCi)); in testGetCidFromCellIdentity()