Home
last modified time | relevance | path

Searched refs:otherPhones (Results 1 - 2 of 2) sorted by relevance

/applications/standard/contacts_data/ability/merge/src/
H A Dcandidate_status.cpp61 std::set<std::string> otherPhones = mergeUtils.QueryRawContactByType(store, nameIds[i], phoneType); in QueryAllForMerge() local
62 if (phones.empty() && otherPhones.empty()) { in QueryAllForMerge()
65 if (phones.empty() || otherPhones.empty()) { in QueryAllForMerge()
68 if (mergeUtils.SetEqual(phones, otherPhones)) { in QueryAllForMerge()
H A Dmerger_contacts.cpp345 std::set<std::string> otherPhones = mergeUtils.QueryRawContactByType(store, *nameId, phoneType); in UpdateCandidate() local
346 bool isMatch = mergeUtils.SetEqual(phones, otherPhones); in UpdateCandidate()

Completed in 2 milliseconds