Searched refs:gsmCi (Results 1 – 2 of 2) sorted by relevance
2291 CellIdentityGsm gsmCi = null; in convertHalCellInfo() local2313 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()
3333 CellIdentity gsmCi = new CellIdentityGsm( in testGetCidFromCellIdentity() local3346 assertEquals(1, (long) method.invoke(mSST, gsmCi)); in testGetCidFromCellIdentity()