Searched refs:cellIdentities (Results 1 – 2 of 2) sorted by relevance
48 CellIdentity cellIdentities = radioRsp->dataRegResp.cellIdentity; in TEST_P() local49 CellInfoType cellInfoType = cellIdentities.cellInfoType; in TEST_P()56 EXPECT_EQ(1, cellIdentities.cellIdentityGsm.size()); in TEST_P()57 CellIdentityGsm cig = cellIdentities.cellIdentityGsm[0]; in TEST_P()61 EXPECT_EQ(1, cellIdentities.cellIdentityLte.size()); in TEST_P()62 CellIdentityLte cil = cellIdentities.cellIdentityLte[0]; in TEST_P()66 EXPECT_EQ(1, cellIdentities.cellIdentityWcdma.size()); in TEST_P()67 CellIdentityWcdma ciw = cellIdentities.cellIdentityWcdma[0]; in TEST_P()71 EXPECT_EQ(1, cellIdentities.cellIdentityTdscdma.size()); in TEST_P()72 CellIdentityTdscdma cit = cellIdentities.cellIdentityTdscdma[0]; in TEST_P()[all …]
780 ::android::hardware::radio::V1_2::CellIdentity cellIdentities = in TEST_P()782 CellInfoType cellInfoType = cellIdentities.cellInfoType; in TEST_P()789 EXPECT_EQ(1, cellIdentities.cellIdentityGsm.size()); in TEST_P()790 ::android::hardware::radio::V1_2::CellIdentityGsm cig = cellIdentities.cellIdentityGsm[0]; in TEST_P()794 EXPECT_EQ(1, cellIdentities.cellIdentityLte.size()); in TEST_P()795 ::android::hardware::radio::V1_2::CellIdentityLte cil = cellIdentities.cellIdentityLte[0]; in TEST_P()799 EXPECT_EQ(1, cellIdentities.cellIdentityWcdma.size()); in TEST_P()801 cellIdentities.cellIdentityWcdma[0]; in TEST_P()805 EXPECT_EQ(1, cellIdentities.cellIdentityTdscdma.size()); in TEST_P()807 cellIdentities.cellIdentityTdscdma[0]; in TEST_P()[all …]