Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRILUtils.java2291 CellIdentityGsm gsmCi = null; in convertHalCellInfo() local
2313 gsmCi = convertHalCellIdentityGsm(gsm.cellIdentityGsm); in convertHalCellInfo()
2360 gsmCi = convertHalCellIdentityGsm(gsm.cellIdentityGsm); in convertHalCellInfo()
2414 gsmCi = convertHalCellIdentityGsm(gsm.cellIdentityGsm); in convertHalCellInfo()
2464 return new CellInfoGsm(connectionStatus, registered, nanotime, gsmCi, gsmSs); in convertHalCellInfo()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java3333 CellIdentity gsmCi = new CellIdentityGsm( in testGetCidFromCellIdentity() local
3346 assertEquals(1, (long) method.invoke(mSST, gsmCi)); in testGetCidFromCellIdentity()