Searched refs:cellInfoType (Results 1 – 8 of 8) sorted by relevance
50 CellInfoType cellInfoType = cellIdentities.cellInfoType; in TEST_P() local52 if (cellInfoType == CellInfoType::NONE) { in TEST_P()56 } else if (cellInfoType == CellInfoType::GSM) { in TEST_P()61 } else if (cellInfoType == CellInfoType::LTE) { in TEST_P()66 } else if (cellInfoType == CellInfoType::WCDMA) { in TEST_P()71 } else if (cellInfoType == CellInfoType::TD_SCDMA) { in TEST_P()76 } else if (cellInfoType == CellInfoType::CDMA) { in TEST_P()78 EXPECT_EQ(CellInfoType::CDMA, cellInfoType); in TEST_P()85 GTEST_SKIP() << "Exempt from 1.0 test: camped on a new network:" << (int)cellInfoType; in TEST_P()
782 CellInfoType cellInfoType = cellIdentities.cellInfoType; in TEST_P() local784 if (cellInfoType == CellInfoType::NONE) { in TEST_P()788 } else if (cellInfoType == CellInfoType::GSM) { in TEST_P()793 } else if (cellInfoType == CellInfoType::LTE) { in TEST_P()798 } else if (cellInfoType == CellInfoType::WCDMA) { in TEST_P()804 } else if (cellInfoType == CellInfoType::TD_SCDMA) { in TEST_P()810 } else if (cellInfoType == CellInfoType::CDMA) { in TEST_P()812 EXPECT_EQ(CellInfoType::CDMA, cellInfoType); in TEST_P()819 GTEST_SKIP() << "Exempt from 1.2 test: camped on a new network:" << (int)cellInfoType; in TEST_P()
1510 RIL_CellInfoType cellInfoType; /* cell type for selecting from union CellInfo */ member1524 RIL_CellInfoType cellInfoType; /* cell type for selecting from union CellInfo */ member1538 RIL_CellInfoType cellInfoType; /* cell type for selecting from union CellInfo */ member
304 CellInfoType cellInfoType;505 CellInfoType cellInfoType;
3507 cellIdentity.cellInfoType = (CellInfoType)rilCellIdentity.cellInfoType; in fillCellIdentityResponse()3508 switch(rilCellIdentity.cellInfoType) { in fillCellIdentityResponse()3626 rilCellIdentity.cellInfoType = getCellInfoTypeRadioTechnology(response[3]); in fillCellIdentityFromVoiceRegStateResponseString()3627 switch(rilCellIdentity.cellInfoType) { in fillCellIdentityFromVoiceRegStateResponseString()3709 rilCellIdentity.cellInfoType = getCellInfoTypeRadioTechnology(response[3]); in fillCellIdentityFromDataRegStateResponseString()3710 switch(rilCellIdentity.cellInfoType) { in fillCellIdentityFromDataRegStateResponseString()7804 records[i].cellInfoType = (CellInfoType) rillCellInfo->cellInfoType; in convertRilCellInfoListToHal()7815 switch(rillCellInfo->cellInfoType) { in convertRilCellInfoListToHal()
1625 CellInfoType cellInfoType; // cell type for selecting from union CellInfo1644 CellInfoType cellInfoType; // cell type for selecting from union CellInfo
1567 /** CellInfo details, cellInfoType can tell which cell info should be used. */