Searched refs:insertIdentity (Results 1 – 3 of 3) sorted by relevance
450 insertIdentity(rawContactId1, "iden1", "namespace1"); in testAggregationByIdentity()453 insertIdentity(rawContactId2, "iden1", "namespace1"); in testAggregationByIdentity()757 insertIdentity(rawContactId1, "iden", "namespace"); in testNonSplitWhenIdentityMatch()758 insertIdentity(rawContactId1, "iden2", "namespace"); in testNonSplitWhenIdentityMatch()761 insertIdentity(rawContactId2, "iden", "namespace"); in testNonSplitWhenIdentityMatch()782 insertIdentity(rawContactId3, "iden", "namespace"); in testReAggregateToConnectedComponent()785 insertIdentity(rawContactId4, "iden", "namespace"); in testReAggregateToConnectedComponent()822 insertIdentity(rawContactId1, "iden1", "namespace"); in testNonAggregationFromDifferentAccountWithIdentityMisMatch()824 insertIdentity(rawContactId2, "iden2", "namespace"); in testNonAggregationFromDifferentAccountWithIdentityMisMatch()845 insertIdentity(rawContactId1, "iden1", "namespace"); in testNonAggregationFromSameAccountNoCommonData()[all …]
360 insertIdentity(rawContactId1, "jfamily", "google.com"); in testAggregationByIdentificationNoStructuredNameWithinDifferentAccounts()363 insertIdentity(rawContactId2, "jfamily", "google.com"); in testAggregationByIdentificationNoStructuredNameWithinDifferentAccounts()367 insertIdentity(rawContactId3, "jfamily ", "google.com"); in testAggregationByIdentificationNoStructuredNameWithinDifferentAccounts()774 insertIdentity(rawContactId1, "iden", "namespace"); in testNonSplitWhenIdentityMatch()775 insertIdentity(rawContactId1, "iden2", "namespace"); in testNonSplitWhenIdentityMatch()778 insertIdentity(rawContactId2, "iden", "namespace"); in testNonSplitWhenIdentityMatch()799 insertIdentity(rawContactId3, "iden", "namespace"); in testReAggregateToConnectedComponent()802 insertIdentity(rawContactId4, "iden", "namespace"); in testReAggregateToConnectedComponent()849 insertIdentity(rawContactId1, "iden1", "namespace"); in testNonAggregationFromSameAccountNoCommonData()855 insertIdentity(rawContactId1, "iden2", "namespace"); in testNonAggregationFromSameAccountNoCommonData()[all …]
526 protected Uri insertIdentity(long rawContactId, String identity, String namespace) { in insertIdentity() method in BaseContactsProvider2Test