Lines Matching refs:cellIdentityWcdma
63 .cellIdentityWcdma = {
133 EXPECT_EQ(chpp->CellInfo.wcdma.cellIdentityWcdma.mcc, in compareCellInfo()
134 chre->CellInfo.wcdma.cellIdentityWcdma.mcc); in compareCellInfo()
135 EXPECT_EQ(chpp->CellInfo.wcdma.cellIdentityWcdma.mnc, in compareCellInfo()
136 chre->CellInfo.wcdma.cellIdentityWcdma.mnc); in compareCellInfo()
137 EXPECT_EQ(chpp->CellInfo.wcdma.cellIdentityWcdma.lac, in compareCellInfo()
138 chre->CellInfo.wcdma.cellIdentityWcdma.lac); in compareCellInfo()
139 EXPECT_EQ(chpp->CellInfo.wcdma.cellIdentityWcdma.cid, in compareCellInfo()
140 chre->CellInfo.wcdma.cellIdentityWcdma.cid); in compareCellInfo()
141 EXPECT_EQ(chpp->CellInfo.wcdma.cellIdentityWcdma.psc, in compareCellInfo()
142 chre->CellInfo.wcdma.cellIdentityWcdma.psc); in compareCellInfo()
143 EXPECT_EQ(chpp->CellInfo.wcdma.cellIdentityWcdma.uarfcn, in compareCellInfo()
144 chre->CellInfo.wcdma.cellIdentityWcdma.uarfcn); in compareCellInfo()