Searched refs:insertIdentity (Results 1 – 3 of 3) sorted by relevance
432 insertIdentity(rawContactId1, "iden1", "namespace1"); in testAggregationByIdentity()435 insertIdentity(rawContactId2, "iden1", "namespace1"); in testAggregationByIdentity()739 insertIdentity(rawContactId1, "iden", "namespace"); in testNonSplitWhenIdentityMatch()740 insertIdentity(rawContactId1, "iden2", "namespace"); in testNonSplitWhenIdentityMatch()743 insertIdentity(rawContactId2, "iden", "namespace"); in testNonSplitWhenIdentityMatch()764 insertIdentity(rawContactId3, "iden", "namespace"); in testReAggregateToConnectedComponent()767 insertIdentity(rawContactId4, "iden", "namespace"); in testReAggregateToConnectedComponent()804 insertIdentity(rawContactId1, "iden1", "namespace"); in testNonAggregationFromDifferentAccountWithIdentityMisMatch()806 insertIdentity(rawContactId2, "iden2", "namespace"); in testNonAggregationFromDifferentAccountWithIdentityMisMatch()827 insertIdentity(rawContactId1, "iden1", "namespace"); in testNonAggregationFromSameAccountNoCommonData()[all …]
384 insertIdentity(rawContactId1, "jfamily", "google.com"); in testAggregationByIdentificationNoStructuredNameWithinDifferentAccounts()387 insertIdentity(rawContactId2, "jfamily", "google.com"); in testAggregationByIdentificationNoStructuredNameWithinDifferentAccounts()391 insertIdentity(rawContactId3, "jfamily ", "google.com"); in testAggregationByIdentificationNoStructuredNameWithinDifferentAccounts()745 insertIdentity(rawContactId1, "iden", "namespace"); in testNonSplitWhenIdentityMatch()746 insertIdentity(rawContactId1, "iden2", "namespace"); in testNonSplitWhenIdentityMatch()749 insertIdentity(rawContactId2, "iden", "namespace"); in testNonSplitWhenIdentityMatch()770 insertIdentity(rawContactId3, "iden", "namespace"); in testReAggregateToConnectedComponent()773 insertIdentity(rawContactId4, "iden", "namespace"); in testReAggregateToConnectedComponent()820 insertIdentity(rawContactId1, "iden1", "namespace"); in testNonAggregationFromSameAccountNoCommonData()826 insertIdentity(rawContactId1, "iden2", "namespace"); in testNonAggregationFromSameAccountNoCommonData()[all …]
544 protected Uri insertIdentity(long rawContactId, String identity, String namespace) { in insertIdentity() method in BaseContactsProvider2Test