Searched refs:GroupsDaoImpl (Results 1 – 2 of 2) sorted by relevance
195 undoData.remove(ContactSaveService.GroupsDaoImpl.KEY_GROUP_MEMBERS); in test_undoDeleteEmptyGroupWithMissingMembersKey_shouldRecreateGroup()230 return new GroupsDaoWrapper(new ContactSaveService.GroupsDaoImpl(getContext())); in createDao()
217 mGroupsDao = new GroupsDaoImpl(this); in onCreate()1831 public static class GroupsDaoImpl implements GroupsDao { class in ContactSaveService1839 public GroupsDaoImpl(Context context) { in GroupsDaoImpl() method in ContactSaveService.GroupsDaoImpl1843 public GroupsDaoImpl(Context context, ContentResolver contentResolver) { in GroupsDaoImpl() method in ContactSaveService.GroupsDaoImpl