Searched refs:cellInfoGsm (Results 1 – 3 of 3) sorted by relevance
204 CellInfoGsm cellInfoGsm = new CellInfoGsm(); in createGsmCellInfo() local205 cellInfoGsm.setRegistered(registered); in createGsmCellInfo()206 cellInfoGsm.setTimeStamp(9); in createGsmCellInfo()207 cellInfoGsm.setCellIdentity(cig); in createGsmCellInfo()208 cellInfoGsm.setCellSignalStrength(cssg); in createGsmCellInfo()209 return cellInfoGsm; in createGsmCellInfo()
1544 CellInfoGsm cellInfoGsm = (CellInfoGsm) ret.get(0); in testConvertHalCellInfoListForGSM() local1556 cellInfoGsm.setTimeStamp(TIMESTAMP); // override the timestamp in testConvertHalCellInfoListForGSM()1557 assertEquals(expected, cellInfoGsm); in testConvertHalCellInfoListForGSM()1766 CellInfoGsm cellInfoGsm = (CellInfoGsm) ret.get(0); in testConvertHalCellInfoList_1_2ForGSM() local1778 cellInfoGsm.setTimeStamp(TIMESTAMP); // override the timestamp in testConvertHalCellInfoList_1_2ForGSM()1779 assertEquals(expected, cellInfoGsm); in testConvertHalCellInfoList_1_2ForGSM()1788 CellInfoGsm cellInfoGsm = (CellInfoGsm) ret.get(0); in testConvertHalCellInfoList_1_2ForGSMWithEmptyOperatorInfo() local1800 cellInfoGsm.setTimeStamp(TIMESTAMP); // override the timestamp in testConvertHalCellInfoList_1_2ForGSMWithEmptyOperatorInfo()1801 assertEquals(expected, cellInfoGsm); in testConvertHalCellInfoList_1_2ForGSMWithEmptyOperatorInfo()1812 CellInfoGsm cellInfoGsm = (CellInfoGsm) ret.get(0); in testConvertHalCellInfoList_1_2ForGSMWithEmptyMccMnc() local[all …]
7818 CellInfoGsm *cellInfoGsm = &records[i].gsm[0]; in convertRilCellInfoListToHal() local7819 cellInfoGsm->cellIdentityGsm.mcc = in convertRilCellInfoListToHal()7821 cellInfoGsm->cellIdentityGsm.mnc = in convertRilCellInfoListToHal()7823 cellInfoGsm->cellIdentityGsm.lac = in convertRilCellInfoListToHal()7825 cellInfoGsm->cellIdentityGsm.cid = in convertRilCellInfoListToHal()7827 cellInfoGsm->cellIdentityGsm.arfcn = in convertRilCellInfoListToHal()7829 cellInfoGsm->cellIdentityGsm.bsic = in convertRilCellInfoListToHal()7831 cellInfoGsm->signalStrengthGsm.signalStrength = in convertRilCellInfoListToHal()7833 cellInfoGsm->signalStrengthGsm.bitErrorRate = in convertRilCellInfoListToHal()7835 cellInfoGsm->signalStrengthGsm.timingAdvance = in convertRilCellInfoListToHal()