Home
last modified time | relevance | path

Searched refs:insertGroupMembership (Results 1 – 6 of 6) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DGroupsTest.java263 this.insertGroupMembership(rawContactId, groupId); in testDelayVisibleTransaction()
294 this.insertGroupMembership(rawContactId2, groupId); in testLocalMixedVisible()
338 this.insertGroupMembership(rawContactId1, groupId); in testMultipleSourcesVisible()
DBaseContactsProvider2Test.java400 protected Uri insertGroupMembership(long rawContactId, String sourceId) { in insertGroupMembership() method in BaseContactsProvider2Test
408 protected Uri insertGroupMembership(long rawContactId, Long groupId) { in insertGroupMembership() method in BaseContactsProvider2Test
1624 insertGroupMembership(rawContactId, groupId); in build()
DContactsProvider2Test.java4416 Uri groupMembershipUri = insertGroupMembership(rawContactId1, "gsid1"); in testGroupCreationAfterMembershipInsert()
4426 Uri groupMembershipUri = insertGroupMembership(rawContactId1, "gsid1"); in testGroupReuseAfterMembershipInsert()
4524 insertGroupMembership(rawContactId1, groupId1); in testGroupSummaryQuery()
4530 insertGroupMembership(rawContactId2, groupId1); in testGroupSummaryQuery()
4573 insertGroupMembership(rawContactId3, groupId2); in testGroupSummaryQuery()
6321 Uri membership1 = insertGroupMembership(rawContactId, visibleGroupId); in testContactVisibilityUpdateOnMembershipChange()
6324 Uri membership2 = insertGroupMembership(rawContactId, invisibleGroupId); in testContactVisibilityUpdateOnMembershipChange()
6382 insertGroupMembership(id, "gsid1"); in testContentEntityIterator()
6388 Uri id_1_0 = insertGroupMembership(id, "gsid1"); in testContentEntityIterator()
6389 Uri id_1_1 = insertGroupMembership(id, "gsid2"); in testContentEntityIterator()
[all …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java804 id = insertGroupMembership(rawContactId, groupId); in insert()
904 private long insertGroupMembership(long rawContactId, long groupId) { in insertGroupMembership() method in LegacyApiSupport
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java723 insertGroupMembership(rawContactId3, groupId); in testReaggregationWhenBecomesVisible()
DContactAggregator2Test.java740 insertGroupMembership(rawContactId3, groupId); in testReaggregationWhenBecomesVisible()