Home
last modified time | relevance | path

Searched defs:createGroup (Results 1 – 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java197 protected long createGroup(Account account, String sourceId, String title) { in createGroup() method in BaseContactsProvider2Test
201 protected long createGroup(Account account, String sourceId, String title, int visible) { in createGroup() method in BaseContactsProvider2Test
210 protected long createGroup(Account account, String sourceId, String title, in createGroup() method in BaseContactsProvider2Test
DContactsActor.java756 public long createGroup(String groupName) { in createGroup() method in ContactsActor
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java776 private void createGroup(Intent intent) { in createGroup() method in ContactSaveService