Searched refs:otherMcc (Results 1 – 2 of 2) sorted by relevance
168 …int IsMccMncMoreSuitable(uint32_t otherMcc, uint32_t otherMnc, uint32_t requestMcc, uint32_t reque…
430 int ResConfigImpl::IsMccMncMoreSuitable(uint32_t otherMcc, uint32_t otherMnc, uint32_t requestMcc, in IsMccMncMoreSuitable() argument436 bool isMccOrMncDiff = this->mcc_ != otherMcc || this->mnc_ != otherMnc; in IsMccMncMoreSuitable()437 bool isMccDiff = this->mcc_ != otherMcc; in IsMccMncMoreSuitable()