Home
last modified time | relevance | path

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

/base/telephony/core_service/services/sim/include/
Dsim_state_handle.h166 int32_t oldSimType_ = ICC_UNKNOWN_TYPE; variable
/base/telephony/core_service/services/sim/src/
Dsim_state_handle.cpp318 if (oldSimType_ != newSimType) { in ProcessIccCardState()
320 oldSimType_ = newSimType; in ProcessIccCardState()