Searched refs:SMS_TYPE_CDMA (Results 1 – 2 of 2) sorted by relevance
30 constexpr static uint8_t SMS_TYPE_CDMA = 2; variable411 bucket.Put(SmsSubsection::FORMAT, indexer->GetIsCdma() ? SMS_TYPE_CDMA : SMS_TYPE_GSM); in AddMsgToDB()
32 constexpr static uint8_t SMS_TYPE_CDMA = 2; variable447 info.SetIsCdma(columnInt == SMS_TYPE_CDMA); in ConvertIntToIndexer()