Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_state_handle.h172 int32_t oldSimType_ = ICC_UNKNOWN_TYPE; variable
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_state_handle.cpp362 if (oldSimType_ != newSimType) { in ProcessIccCardState()
364 oldSimType_ = newSimType; in ProcessIccCardState()