Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRILUtils.java2298 CellIdentityWcdma wcdmaCi = null; in convertHalCellInfo() local
2333 wcdmaCi = convertHalCellIdentityWcdma(wcdma.cellIdentityWcdma); in convertHalCellInfo()
2384 wcdmaCi = convertHalCellIdentityWcdma(wcdma.cellIdentityWcdma); in convertHalCellInfo()
2438 wcdmaCi = convertHalCellIdentityWcdma(wcdma.cellIdentityWcdma); in convertHalCellInfo()
2470 return new CellInfoWcdma(connectionStatus, registered, nanotime, wcdmaCi, wcdmaSs); in convertHalCellInfo()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java3335 CellIdentity wcdmaCi = new CellIdentityWcdma( in testGetCidFromCellIdentity() local
3347 assertEquals(2, (long) method.invoke(mSST, wcdmaCi)); in testGetCidFromCellIdentity()