Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DGroupsTest.java263 this.insertGroupMembership(rawContactId, groupId); in testDelayVisibleTransaction()
294 this.insertGroupMembership(rawContactId2, groupId); in testLocalMixedVisible()
338 this.insertGroupMembership(rawContactId1, groupId); in testMultipleSourcesVisible()
H A 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
1619 insertGroupMembership(rawContactId, groupId); in build()
H A DContactsProvider2Test.java4094 insertGroupMembership(rawContactId1, groupId1); in testGroupSummaryQuery()
4100 insertGroupMembership(rawContactId2, groupId1); in testGroupSummaryQuery()
4143 insertGroupMembership(rawContactId3, groupId2); in testGroupSummaryQuery()
5941 insertGroupMembership(id, "gsid1"); in testContentEntityIterator()
5947 Uri id_1_0 = insertGroupMembership(id, "gsid1"); in testContentEntityIterator()
5948 Uri id_1_1 = insertGroupMembership(id, "gsid2"); in testContentEntityIterator()
5954 Uri id_2_0 = insertGroupMembership(id, "gsid1"); in testContentEntityIterator()
5960 Uri id_3_0 = insertGroupMembership(id, groupId2); in testContentEntityIterator()
8117 Uri urir1g1 = insertGroupMembership(r1, g1); in testStarChangedAfterGroupMembershipChange()
8144 Uri urir3g4 = insertGroupMembership(r3, g4); in testStarChangedAfterGroupMembershipChange()
[all …]
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyApiSupport.java804 id = insertGroupMembership(rawContactId, groupId); in insert()
904 private long insertGroupMembership(long rawContactId, long groupId) { in insertGroupMembership() method in LegacyApiSupport
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
H A DContactAggregatorTest.java758 insertGroupMembership(rawContactId3, groupId); in testReaggregationWhenBecomesVisible()
H A DContactAggregator2Test.java774 insertGroupMembership(rawContactId3, groupId); in testReaggregationWhenBecomesVisible()