Searched refs:insertGroupMembership (Results 1 – 6 of 6) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | GroupsTest.java | 263 this.insertGroupMembership(rawContactId, groupId); in testDelayVisibleTransaction() 294 this.insertGroupMembership(rawContactId2, groupId); in testLocalMixedVisible() 338 this.insertGroupMembership(rawContactId1, groupId); in testMultipleSourcesVisible()
|
D | BaseContactsProvider2Test.java | 400 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 1623 insertGroupMembership(rawContactId, groupId); in build()
|
D | ContactsProvider2Test.java | 4320 Uri groupMembershipUri = insertGroupMembership(rawContactId1, "gsid1"); in testGroupCreationAfterMembershipInsert() 4330 Uri groupMembershipUri = insertGroupMembership(rawContactId1, "gsid1"); in testGroupReuseAfterMembershipInsert() 4428 insertGroupMembership(rawContactId1, groupId1); in testGroupSummaryQuery() 4434 insertGroupMembership(rawContactId2, groupId1); in testGroupSummaryQuery() 4477 insertGroupMembership(rawContactId3, groupId2); in testGroupSummaryQuery() 6225 Uri membership1 = insertGroupMembership(rawContactId, visibleGroupId); in testContactVisibilityUpdateOnMembershipChange() 6228 Uri membership2 = insertGroupMembership(rawContactId, invisibleGroupId); in testContactVisibilityUpdateOnMembershipChange() 6286 insertGroupMembership(id, "gsid1"); in testContentEntityIterator() 6292 Uri id_1_0 = insertGroupMembership(id, "gsid1"); in testContentEntityIterator() 6293 Uri id_1_1 = insertGroupMembership(id, "gsid2"); in testContentEntityIterator() [all …]
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | LegacyApiSupport.java | 804 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/ |
D | ContactAggregatorTest.java | 758 insertGroupMembership(rawContactId3, groupId); in testReaggregationWhenBecomesVisible()
|
D | ContactAggregator2Test.java | 774 insertGroupMembership(rawContactId3, groupId); in testReaggregationWhenBecomesVisible()
|