Searched refs:CELL_TYPE_NONE (Results 1 – 5 of 5) sorted by relevance
27 CELL_TYPE_NONE = 0, enumerator
30 CELL_TYPE_NONE = 0, enumerator
162 if (type == CellInformation::CellType::CELL_TYPE_NONE) { in UpdateCellLocation()233 … if (cellType == CellInformation::CellType::CELL_TYPE_NONE || cell->GetNetworkType() != cellType) { in UpdateSignalLevel()277 return CellInformation::CellType::CELL_TYPE_NONE; in ConvertToCellType()297 return CellInformation::CellType::CELL_TYPE_NONE; in ConvertRatToCellType()322 return CellInformation::CellType::CELL_TYPE_NONE; in ConvertTechToCellType()
82 const CellInformation::CellType NONE = CellInformation::CellType::CELL_TYPE_NONE;153 …cellInfo->ProcessCellLocation(gsmCellInformation, CellInformation::CellType::CELL_TYPE_NONE, 1, 0);155 cellInfo->UpdateSignalLevel(gsmCellInformation, CellInformation::CellType::CELL_TYPE_NONE);281 cellInfo->GetCellLocationExt(CellInformation::CellType::CELL_TYPE_NONE);
2202 CellInformation::CellType cellType = CellInformation::CellType::CELL_TYPE_NONE; in GetCellInformationCallback()