Lines Matching refs:cellIdentityLte
37 .cellIdentityLte = {
105 EXPECT_EQ(chpp->CellInfo.lte.cellIdentityLte.mcc, in compareCellInfo()
106 chre->CellInfo.lte.cellIdentityLte.mcc); in compareCellInfo()
107 EXPECT_EQ(chpp->CellInfo.lte.cellIdentityLte.mnc, in compareCellInfo()
108 chre->CellInfo.lte.cellIdentityLte.mnc); in compareCellInfo()
109 EXPECT_EQ(chpp->CellInfo.lte.cellIdentityLte.ci, in compareCellInfo()
110 chre->CellInfo.lte.cellIdentityLte.ci); in compareCellInfo()
111 EXPECT_EQ(chpp->CellInfo.lte.cellIdentityLte.pci, in compareCellInfo()
112 chre->CellInfo.lte.cellIdentityLte.pci); in compareCellInfo()
113 EXPECT_EQ(chpp->CellInfo.lte.cellIdentityLte.tac, in compareCellInfo()
114 chre->CellInfo.lte.cellIdentityLte.tac); in compareCellInfo()
115 EXPECT_EQ(chpp->CellInfo.lte.cellIdentityLte.earfcn, in compareCellInfo()
116 chre->CellInfo.lte.cellIdentityLte.earfcn); in compareCellInfo()