Searched refs:getAllContactListCursor (Results 1 – 4 of 4) sorted by relevance
62 assertNull(builder.setAllContacts(TestDataFactory.getAllContactListCursor()).build()); in testIncompleteBuild()67 .setAllContacts(TestDataFactory.getAllContactListCursor()) in testBuildOnce()77 .setAllContacts(TestDataFactory.getAllContactListCursor()) in testBuildTwice()85 .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()
154 final Cursor cursor = TestDataFactory.getAllContactListCursor(); in testLoadAllContactsList()
212 public static FakeCursor getAllContactListCursor() { in getAllContactListCursor() method in TestDataFactory