Searched refs:iccType_ (Results 1 – 2 of 2) sorted by relevance
102 iccType_ = GetIccTypeByCardType(cardType); in Init()103 TELEPHONY_LOGI("SimFileManager current icc type is %{public}d", iccType_); in Init()104 if (!InitIccFileController(iccType_)) { in Init()112 if (!InitSimFile(iccType_)) { in Init()883 …TELEPHONY_LOGI("SimFileManager new icc type:%{public}d, old icc type: %{public}d", type, iccType_); in ChangeSimFileByCardType()888 if (type == iccType_ || (iccType_ == SimFileManager::IccType::ICC_TYPE_USIM && type == in ChangeSimFileByCardType()889 … SimFileManager::IccType::ICC_TYPE_GSM) || (iccType_ == SimFileManager::IccType::ICC_TYPE_GSM && in ChangeSimFileByCardType()894 if (type != iccType_) { in ChangeSimFileByCardType()896 iccType_ = type; in ChangeSimFileByCardType()
103 IccType iccType_ = IccType::ICC_TYPE_USIM; variable