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 | 392 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);
|
D | ContactsProvider2Test.java | 4348 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/ |
D | LegacyApiSupport.java | 833 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/ |
D | ContactAggregatorTest.java | 723 insertGroupMembership(rawContactId3, groupId); in testReaggregationWhenBecomesVisible()
|
D | ContactAggregator2Test.java | 740 insertGroupMembership(rawContactId3, groupId); in testReaggregationWhenBecomesVisible()
|