Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRILUtils.java2295 CellIdentityLte lteCi = null; in convertHalCellInfo() local
2326 lteCi = convertHalCellIdentityLte(lte.base.cellIdentityLte); in convertHalCellInfo()
2375 lteCi = convertHalCellIdentityLte(lte.cellIdentityLte); in convertHalCellInfo()
2429 lteCi = convertHalCellIdentityLte(lte.cellIdentityLte); in convertHalCellInfo()
2468 return new CellInfoLte(connectionStatus, registered, nanotime, lteCi, lteSs, lteCc); in convertHalCellInfo()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java3339 CellIdentity lteCi = new CellIdentityLte(0, 0, 4, 0, 0); in testGetCidFromCellIdentity() local
3349 assertEquals(4, (long) method.invoke(mSST, lteCi)); in testGetCidFromCellIdentity()