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.java264 this.insertGroupMembership(rawContactId, groupId); in testDelayVisibleTransaction()
295 this.insertGroupMembership(rawContactId2, groupId); in testLocalMixedVisible()
339 this.insertGroupMembership(rawContactId1, groupId); in testMultipleSourcesVisible()
DBaseContactsProvider2Test.java418 protected Uri insertGroupMembership(long rawContactId, String sourceId) { in insertGroupMembership() method in BaseContactsProvider2Test
426 protected Uri insertGroupMembership(long rawContactId, Long groupId) { in insertGroupMembership() method in BaseContactsProvider2Test
1721 insertGroupMembership(rawContactId, groupId); in build()
DContactsProvider2Test.java4212 Uri groupMembershipUri = insertGroupMembership(rawContactId1, "gsid1"); in testGroupCreationAfterMembershipInsert()
4222 Uri groupMembershipUri = insertGroupMembership(rawContactId1, "gsid1"); in testGroupReuseAfterMembershipInsert()
4320 insertGroupMembership(rawContactId1, groupId1); in testGroupSummaryQuery()
4326 insertGroupMembership(rawContactId2, groupId1); in testGroupSummaryQuery()
4369 insertGroupMembership(rawContactId3, groupId2); in testGroupSummaryQuery()
6236 Uri membership1 = insertGroupMembership(rawContactId, visibleGroupId); in testContactVisibilityUpdateOnMembershipChange()
6239 Uri membership2 = insertGroupMembership(rawContactId, invisibleGroupId); in testContactVisibilityUpdateOnMembershipChange()
6297 insertGroupMembership(id, "gsid1"); in testContentEntityIterator()
6303 Uri id_1_0 = insertGroupMembership(id, "gsid1"); in testContentEntityIterator()
6304 Uri id_1_1 = insertGroupMembership(id, "gsid2"); in testContentEntityIterator()
[all …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java806 id = insertGroupMembership(rawContactId, groupId); in insert()
906 private long insertGroupMembership(long rawContactId, long groupId) { in insertGroupMembership() method in LegacyApiSupport
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java705 insertGroupMembership(rawContactId3, groupId); in testReaggregationWhenBecomesVisible()
DContactAggregator2Test.java711 insertGroupMembership(rawContactId3, groupId); in testReaggregationWhenBecomesVisible()