Home
last modified time | relevance | path

Searched refs:getAllContactListCursor (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
DFrequentContactsCursorBuilderTest.java61 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()
/packages/apps/Messaging/tests/src/com/android/messaging/ui/contact/
DContactListItemViewTest.java79 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()
DContactPickerFragmentTest.java156 final Cursor cursor = TestDataFactory.getAllContactListCursor(); in testLoadAllContactsList()
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/data/
DTestDataFactory.java212 public static FakeCursor getAllContactListCursor() { in getAllContactListCursor() method in TestDataFactory