Searched refs:cil (Results 1 – 3 of 3) sorted by relevance
63 CellIdentityLte cil = cellIdentities.cellIdentityLte[0]; in TEST_P() local64 hidl_mcc = cil.mcc; in TEST_P()65 hidl_mnc = cil.mnc; in TEST_P()
795 ::android::hardware::radio::V1_2::CellIdentityLte cil = cellIdentities.cellIdentityLte[0]; in TEST_P()796 hidl_mcc = cil.base.mcc; in TEST_P()797 hidl_mnc = cil.base.mnc; in TEST_P()
1681 CellIdentityLte cil = cellIdentity.get<CellIdentity::lte>(); in TEST_P() local1682 mcc = cil.mcc; in TEST_P()1683 mnc = cil.mnc; in TEST_P()