Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_receive_handler.cpp30 constexpr static uint8_t SMS_TYPE_CDMA = 2; variable
411 bucket.Put(SmsSubsection::FORMAT, indexer->GetIsCdma() ? SMS_TYPE_CDMA : SMS_TYPE_GSM); in AddMsgToDB()
H A Dsms_persist_helper.cpp32 constexpr static uint8_t SMS_TYPE_CDMA = 2; variable
447 info.SetIsCdma(columnInt == SMS_TYPE_CDMA); in ConvertIntToIndexer()