Searched refs:MNC_UNDEFINED (Results 1 – 9 of 9) sorted by relevance
49 mnc_(MNC_UNDEFINED), in ResConfigImpl()453 if (mcc == MCC_UNDEFINED && mnc == MNC_UNDEFINED) { in IsMccMncMatch()457 if (mnc == MNC_UNDEFINED || this->mnc_ == mnc) { in IsMccMncMatch()580 bool defined = requestMcc != MCC_UNDEFINED && requestMnc != MNC_UNDEFINED; in IsMccMncMoreSuitable()581 bool mccDefined = requestMcc != MCC_UNDEFINED && requestMnc == MNC_UNDEFINED; in IsMccMncMoreSuitable()584 …is = static_cast<int>(this->mcc_ != MCC_UNDEFINED) + static_cast<int>(this->mnc_ != MNC_UNDEFINED); in IsMccMncMoreSuitable()585 …sOther = static_cast<int>(otherMcc != MCC_UNDEFINED) + static_cast<int>(otherMnc != MNC_UNDEFINED); in IsMccMncMoreSuitable()692 if (this->mcc_ != MCC_UNDEFINED && this->mnc_ != MNC_UNDEFINED) { in IsMoreSpecificThan()696 } else if (this->mcc_ != MCC_UNDEFINED && this->mnc_ == MNC_UNDEFINED) { in IsMoreSpecificThan()
241 if (this->overrideResConfig_->GetMnc() != MNC_UNDEFINED) { in getCompleteOverrideConfig()
59 static const uint32_t MNC_UNDEFINED = 0; variable
243 uint32_t mnc = MNC_UNDEFINED;
85 int32_t mnc_ = MNC_UNDEFINED;
1035 if (resConfig.mcc_ != MCC_UNDEFINED && resConfig.mnc_ != MNC_UNDEFINED) { in ConvertResConfigToTag()
70 int32_t SystemProperties::mnc_ = MNC_UNDEFINED;
49 constexpr int32_t MNC_UNDEFINED = 0; variable
407 int32_t SystemProperties::mnc_ = MNC_UNDEFINED;