Searched refs:setAllContacts (Results 1 – 3 of 3) sorted by relevance
61 assertNull(builder.setAllContacts(TestDataFactory.getAllContactListCursor()).build()); in testIncompleteBuild()66 .setAllContacts(TestDataFactory.getAllContactListCursor()) in testBuildOnce()76 .setAllContacts(TestDataFactory.getAllContactListCursor()) in testBuildTwice()84 .setAllContacts(TestDataFactory.getAllContactListCursor()) in testBuildTwice()
100 mFrequentContactsCursorBuilder.setAllContacts(data); in onLoadFinished()138 mFrequentContactsCursorBuilder.setAllContacts(null); in onLoaderReset()
59 public FrequentContactsCursorBuilder setAllContacts(final Cursor allContactsCursor) { in setAllContacts() method in FrequentContactsCursorBuilder