Searched refs:cellInfoType (Results 1 – 8 of 8) sorted by relevance
46 CellInfoType cellInfoType = cellIdentities.cellInfoType; in TEST_F() local48 if (cellInfoType == CellInfoType::NONE) { in TEST_F()52 } else if (cellInfoType == CellInfoType::GSM) { in TEST_F()57 } else if (cellInfoType == CellInfoType::LTE) { in TEST_F()62 } else if (cellInfoType == CellInfoType::WCDMA) { in TEST_F()67 } else if (cellInfoType == CellInfoType::TD_SCDMA) { in TEST_F()74 EXPECT_EQ(CellInfoType::CDMA, cellInfoType); in TEST_F()
744 CellInfoType cellInfoType = cellIdentities.cellInfoType; in TEST_F() local746 if (cellInfoType == CellInfoType::NONE) { in TEST_F()750 } else if (cellInfoType == CellInfoType::GSM) { in TEST_F()755 } else if (cellInfoType == CellInfoType::LTE) { in TEST_F()760 } else if (cellInfoType == CellInfoType::WCDMA) { in TEST_F()766 } else if (cellInfoType == CellInfoType::TD_SCDMA) { in TEST_F()774 EXPECT_EQ(CellInfoType::CDMA, cellInfoType); in TEST_F()
1509 RIL_CellInfoType cellInfoType; /* cell type for selecting from union CellInfo */ member1523 RIL_CellInfoType cellInfoType; /* cell type for selecting from union CellInfo */ member1537 RIL_CellInfoType cellInfoType; /* cell type for selecting from union CellInfo */ member
303 CellInfoType cellInfoType;504 CellInfoType cellInfoType;
3558 cellIdentity.cellInfoType = (CellInfoType)rilCellIdentity.cellInfoType; in fillCellIdentityResponse()3559 switch(rilCellIdentity.cellInfoType) { in fillCellIdentityResponse()3677 rilCellIdentity.cellInfoType = getCellInfoTypeRadioTechnology(response[3]); in fillCellIdentityFromVoiceRegStateResponseString()3678 switch(rilCellIdentity.cellInfoType) { in fillCellIdentityFromVoiceRegStateResponseString()3760 rilCellIdentity.cellInfoType = getCellInfoTypeRadioTechnology(response[3]); in fillCellIdentityFromDataRegStateResponseString()3761 switch(rilCellIdentity.cellInfoType) { in fillCellIdentityFromDataRegStateResponseString()7918 records[i].cellInfoType = (CellInfoType) rillCellInfo->cellInfoType; in convertRilCellInfoListToHal()7929 switch(rillCellInfo->cellInfoType) { in convertRilCellInfoListToHal()
1621 CellInfoType cellInfoType; // cell type for selecting from union CellInfo1640 CellInfoType cellInfoType; // cell type for selecting from union CellInfo
1567 /** CellInfo details, cellInfoType can tell which cell info should be used. */