Searched refs:isSizeEnough (Results 1 – 1 of 1) sorted by relevance
233 bool isSizeEnough = imsiSize >= MCC_LEN; in ProcessGetImsiDone() local234 if (isSizeEnough) { in ProcessGetImsiDone()238 isSizeEnough = imsiSize >= MCC_LEN + lengthOfMnc_; in ProcessGetImsiDone()239 … if ((lengthOfMnc_ != UNINITIALIZED_MNC) && (lengthOfMnc_ != UNKNOWN_MNC) && isSizeEnough) { in ProcessGetImsiDone()247 isSizeEnough = imsiSize >= MCC_LEN + mncLength; in ProcessGetImsiDone()248 if (mnc.empty() && IsValidDecValue(mcc) && isSizeEnough) { in ProcessGetImsiDone()