Home
last modified time | relevance | path

Searched refs:newSimType (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_state_handle.cpp356 const int32_t newSimType = ar.simType_; in ProcessIccCardState() local
361 newSimType, iter->second.c_str(), newSimStatus); in ProcessIccCardState()
362 if (oldSimType_ != newSimType) { in ProcessIccCardState()
363 CardTypeEscape(newSimType, slotId); in ProcessIccCardState()
364 oldSimType_ = newSimType; in ProcessIccCardState()