Lines Matching refs:string
49 std::set<std::string> names = mergeUtils.QueryRawContactByType(store, rawId, nameType);
53 std::set<std::string> phones = mergeUtils.QueryRawContactByType(store, rawId, phoneType);
61 std::set<std::string> otherPhones = mergeUtils.QueryRawContactByType(store, nameIds[i], phoneType);
106 std::string isNeedMergeSql = "SELECT ";
141 std::string isMergeSwitchSql = "SELECT ";
176 std::string isNeedMergeSql = "SELECT ";
209 std::set<std::string> names = mergeUtils.QueryRawContactByType(store, rawId, nameType);
210 std::set<std::string> phones = mergeUtils.QueryRawContactByType(store, rawId, phoneType);
214 std::set<std::string> idNames = mergeIdUtils.QueryRawContactByType(store, ids[i], nameType);
215 std::set<std::string> idPhones = mergeIdUtils.QueryRawContactByType(store, ids[i], phoneType);