Home
last modified time | relevance | path

Searched refs:cellIdentities (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_data.cpp48 CellIdentity cellIdentities = radioRsp->dataRegResp.cellIdentity; in TEST_P() local
49 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 …]
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_hidl_hal_api.cpp780 ::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 …]