Searched refs:getAllContactListCursor (Results 1 – 4 of 4) 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()
79 final FakeCursor cursor = TestDataFactory.getAllContactListCursor(); in testBindFirstLevel()90 final FakeCursor cursor = TestDataFactory.getAllContactListCursor(); in testBindSecondLevel()101 final FakeCursor cursor = TestDataFactory.getAllContactListCursor(); in testClickAddedContact()111 final FakeCursor cursor = TestDataFactory.getAllContactListCursor(); in testBindTwice()
156 final Cursor cursor = TestDataFactory.getAllContactListCursor(); in testLoadAllContactsList()
212 public static FakeCursor getAllContactListCursor() { in getAllContactListCursor() method in TestDataFactory