Searched refs:insertIdentity (Results 1 – 3 of 3) sorted by relevance
485 insertIdentity(rawContactId1, "iden1", "namespace1"); in testAggregationByIdentity()488 insertIdentity(rawContactId2, "iden1", "namespace1"); in testAggregationByIdentity()792 insertIdentity(rawContactId1, "iden", "namespace"); in testNonSplitWhenIdentityMatch()793 insertIdentity(rawContactId1, "iden2", "namespace"); in testNonSplitWhenIdentityMatch()796 insertIdentity(rawContactId2, "iden", "namespace"); in testNonSplitWhenIdentityMatch()817 insertIdentity(rawContactId3, "iden", "namespace"); in testReAggregateToConnectedComponent()820 insertIdentity(rawContactId4, "iden", "namespace"); in testReAggregateToConnectedComponent()857 insertIdentity(rawContactId1, "iden1", "namespace"); in testNonAggregationFromDifferentAccountWithIdentityMisMatch()859 insertIdentity(rawContactId2, "iden2", "namespace"); in testNonAggregationFromDifferentAccountWithIdentityMisMatch()880 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()808 insertIdentity(rawContactId1, "iden", "namespace"); in testNonSplitWhenIdentityMatch()809 insertIdentity(rawContactId1, "iden2", "namespace"); in testNonSplitWhenIdentityMatch()812 insertIdentity(rawContactId2, "iden", "namespace"); in testNonSplitWhenIdentityMatch()833 insertIdentity(rawContactId3, "iden", "namespace"); in testReAggregateToConnectedComponent()836 insertIdentity(rawContactId4, "iden", "namespace"); in testReAggregateToConnectedComponent()883 insertIdentity(rawContactId1, "iden1", "namespace"); in testNonAggregationFromSameAccountNoCommonData()889 insertIdentity(rawContactId1, "iden2", "namespace"); in testNonAggregationFromSameAccountNoCommonData()[all …]
526 protected Uri insertIdentity(long rawContactId, String identity, String namespace) { in insertIdentity() method in BaseContactsProvider2Test