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.java392 protected Uri insertGroupMembership(long rawContactId, String sourceId) { in insertGroupMembership() method in BaseContactsProvider2Test
400 protected Uri insertGroupMembership(long rawContactId, Long groupId) { in insertGroupMembership() method in BaseContactsProvider2Test
1596 insertGroupMembership(rawContactId, groupId);
DContactsProvider2Test.java4348 Uri groupMembershipUri = insertGroupMembership(rawContactId1, "gsid1"); in testGroupCreationAfterMembershipInsert()
4358 Uri groupMembershipUri = insertGroupMembership(rawContactId1, "gsid1"); in testGroupReuseAfterMembershipInsert()
4456 insertGroupMembership(rawContactId1, groupId1); in testGroupSummaryQuery()
4462 insertGroupMembership(rawContactId2, groupId1); in testGroupSummaryQuery()
4505 insertGroupMembership(rawContactId3, groupId2); in testGroupSummaryQuery()
6229 Uri membership1 = insertGroupMembership(rawContactId, visibleGroupId); in testContactVisibilityUpdateOnMembershipChange()
6232 Uri membership2 = insertGroupMembership(rawContactId, invisibleGroupId); in testContactVisibilityUpdateOnMembershipChange()
6290 insertGroupMembership(id, "gsid1"); in testContentEntityIterator()
6296 Uri id_1_0 = insertGroupMembership(id, "gsid1"); in testContentEntityIterator()
6297 Uri id_1_1 = insertGroupMembership(id, "gsid2"); in testContentEntityIterator()
[all …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java833 id = insertGroupMembership(rawContactId, groupId); in insert()
933 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()