Searched refs:GroupsDaoImpl (Results 1 – 2 of 2) sorted by relevance
196 undoData.remove(ContactSaveService.GroupsDaoImpl.KEY_GROUP_MEMBERS); in test_undoDeleteEmptyGroupWithMissingMembersKey_shouldRecreateGroup()231 return new GroupsDaoWrapper(new ContactSaveService.GroupsDaoImpl(getContext())); in createDao()
221 mGroupsDao = new GroupsDaoImpl(this); in onCreate()1839 public static class GroupsDaoImpl implements GroupsDao { class in ContactSaveService1847 public GroupsDaoImpl(Context context) { in GroupsDaoImpl() method in ContactSaveService.GroupsDaoImpl1851 public GroupsDaoImpl(Context context, ContentResolver contentResolver) { in GroupsDaoImpl() method in ContactSaveService.GroupsDaoImpl