Searched refs:SMS_TYPE (Results 1 – 3 of 3) sorted by relevance
58 static constexpr const char *SMS_TYPE = "sms_type"; variable304 static constexpr const char *SMS_TYPE = "sms_type"; variable
73 createTableStr.append(SmsMmsInfo::SMS_TYPE).append(" INTEGER DEFAULT 0, "); in CreateSmsMmsInfoTableStr()166 createTableStr.append(Session::SMS_TYPE).append(" INTEGER DEFAULT 0 , "); in CreateSessionTableStr()
210 smsMmsInfoBucket.Put(SmsMmsInfo::SMS_TYPE, "0"); in InsertSmsMmsInfo()236 sessionBucket.Put(Session::SMS_TYPE, "0"); in InsertSession()