Searched refs:operatorNumeric_ (Results 1 – 6 of 6) sorted by relevance
31 operatorNumeric_ = operatorNumeric; in SetOperateInformation()53 return operatorNumeric_; in GetOperatorNumeric()65 operatorNumeric_ = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()89 if (!parcel.WriteString16(Str8ToStr16(operatorNumeric_))) { in Marshalling()
45 if (operatorNumeric_.empty()) { in ObtainSimOperator()52 operatorNumeric_ = imsi.substr(0, MCC_LEN + lengthOfMnc_); in ObtainSimOperator()55 if (operatorNumeric_.empty() && IsValidDecValue(mcc)) { in ObtainSimOperator()56 … operatorNumeric_ = imsi.substr(0, MCC_LEN + MccPool::ShortestMncLengthFromMcc(std::stoi(mcc))); in ObtainSimOperator()59 return operatorNumeric_; in ObtainSimOperator()
143 return operatorNumeric_; in ObtainSimOperator()202 bool roaming = (plmn.compare(operatorNumeric_) == 0 ? false : true); in ObtainEons()527 operatorNumeric_ = ""; in ClearData()
49 if (operatorNumeric_.empty()) { in ObtainSimOperator()61 operatorNumeric_ = ((imsiLen >= length) ? imsi.substr(0, MCC_LEN + lengthOfMnc_) : ""); in ObtainSimOperator()63 return operatorNumeric_; in ObtainSimOperator()977 operatorNumeric_ = imsi.substr(0, lenNum); in CheckMncLength()
49 std::string operatorNumeric_; variable
113 std::string operatorNumeric_ = ""; variable