Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRILUtils.java2300 CellIdentityTdscdma tdscdmaCi = null; in convertHalCellInfo() local
2339 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()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java3337 CellIdentity tdscdmaCi = new CellIdentityTdscdma( in testGetCidFromCellIdentity() local
3348 assertEquals(3, (long) method.invoke(mSST, tdscdmaCi)); in testGetCidFromCellIdentity()