Searched refs:MCC_UNDEFINED (Results 1 – 3 of 3) sorted by relevance
48 mcc_(MCC_UNDEFINED), in ResConfigImpl()316 if (this->mcc_ != MCC_UNDEFINED && this->mnc_ != MNC_UNDEFINED) { in IsMccMncMatch()317 if (mcc != MCC_UNDEFINED && mnc != MNC_UNDEFINED) { in IsMccMncMatch()322 } else if (this->mcc_ != MCC_UNDEFINED && this->mnc_ == MNC_UNDEFINED) { in IsMccMncMatch()323 if (mcc != MCC_UNDEFINED && this->mcc_ != mcc) { in IsMccMncMatch()434 bool defined = requestMcc != MCC_UNDEFINED && requestMnc != MNC_UNDEFINED; in IsMccMncMoreSuitable()435 bool mccDefined = requestMcc != MCC_UNDEFINED && requestMnc == MNC_UNDEFINED; in IsMccMncMoreSuitable()439 if ((this->mcc_ != MCC_UNDEFINED) && (this->mnc_ != MNC_UNDEFINED)) { in IsMccMncMoreSuitable()447 if (this->mcc_ != MCC_UNDEFINED) { in IsMccMncMoreSuitable()548 if (this->mcc_ != MCC_UNDEFINED && this->mnc_ != MNC_UNDEFINED) { in IsMoreSpecificThan()[all …]
57 static const uint32_t MCC_UNDEFINED = 0; variable
212 uint32_t mcc = MCC_UNDEFINED;