Searched refs:cellIdentities (Results 1 – 2 of 2) sorted by relevance
45 CellIdentity cellIdentities = radioRsp->dataRegResp.cellIdentity; in TEST_F() local46 CellInfoType cellInfoType = cellIdentities.cellInfoType; in TEST_F()53 EXPECT_EQ(1, cellIdentities.cellIdentityGsm.size()); in TEST_F()54 CellIdentityGsm cig = cellIdentities.cellIdentityGsm[0]; in TEST_F()58 EXPECT_EQ(1, cellIdentities.cellIdentityLte.size()); in TEST_F()59 CellIdentityLte cil = cellIdentities.cellIdentityLte[0]; in TEST_F()63 EXPECT_EQ(1, cellIdentities.cellIdentityWcdma.size()); in TEST_F()64 CellIdentityWcdma ciw = cellIdentities.cellIdentityWcdma[0]; in TEST_F()68 EXPECT_EQ(1, cellIdentities.cellIdentityTdscdma.size()); in TEST_F()69 CellIdentityTdscdma cit = cellIdentities.cellIdentityTdscdma[0]; in TEST_F()[all …]
742 ::android::hardware::radio::V1_2::CellIdentity cellIdentities = in TEST_F()744 CellInfoType cellInfoType = cellIdentities.cellInfoType; in TEST_F()751 EXPECT_EQ(1, cellIdentities.cellIdentityGsm.size()); in TEST_F()752 ::android::hardware::radio::V1_2::CellIdentityGsm cig = cellIdentities.cellIdentityGsm[0]; in TEST_F()756 EXPECT_EQ(1, cellIdentities.cellIdentityLte.size()); in TEST_F()757 ::android::hardware::radio::V1_2::CellIdentityLte cil = cellIdentities.cellIdentityLte[0]; in TEST_F()761 EXPECT_EQ(1, cellIdentities.cellIdentityWcdma.size()); in TEST_F()763 cellIdentities.cellIdentityWcdma[0]; in TEST_F()767 EXPECT_EQ(1, cellIdentities.cellIdentityTdscdma.size()); in TEST_F()769 cellIdentities.cellIdentityTdscdma[0]; in TEST_F()[all …]