Searched defs:insertGroupMembership (Results 1 - 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyApiSupport.java830 id = insertGroupMembership(rawContactId, groupId);
929 private long insertGroupMembership(long rawContactId, long groupId) { method in class:LegacyApiSupport
H A DLegacyContactImporter.java1117 insertGroupMembership(c, insert);
1125 private void insertGroupMembership(Cursor c, SQLiteStatement insert) { method in class:LegacyContactImporter
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java385 protected Uri insertGroupMembership(long rawContactId, String sourceId) { method in class:BaseContactsProvider2Test
393 protected Uri insertGroupMembership(long rawContactId, Long groupId) { method in class:BaseContactsProvider2Test
1398 insertGroupMembership(rawContactId, groupId);

Completed in 59 milliseconds