Searched refs:rawContactId (Results 1 – 2 of 2) sorted by relevance
78 int32_t rawContactId; in ContructContact() local80 rawResultSet->GetInt(index, rawContactId); in ContructContact()83 predicates.EqualTo(ContactData::RAW_CONTACT_ID, rawContactId); in ContructContact()
91 int rawContactId = dataShareHelper_->Insert(uriRawContact, rawContactValues); in InsertRawContact() local92 TELEPHONY_LOGI("RawContactInsert insert rawContactId %{public}d", rawContactId); in InsertRawContact()93 return rawContactId; in InsertRawContact()