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.java191 protected long createGroup(Account account, String sourceId, String title) { in createGroup() method in BaseContactsProvider2Test
195 protected long createGroup(Account account, String sourceId, String title, int visible) { in createGroup() method in BaseContactsProvider2Test
204 protected long createGroup(Account account, String sourceId, String title, in createGroup() method in BaseContactsProvider2Test
DContactsActor.java638 public long createGroup(String groupName) { in createGroup() method in ContactsActor
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java569 private void createGroup(Intent intent) { in createGroup() method in ContactSaveService