Home
last modified time | relevance | path

Searched refs:getConversationListCursor (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Messaging/tests/src/com/android/messaging/ui/conversationlist/
DConversationListFragmentTest.java97 final Cursor cursor = TestDataFactory.getConversationListCursor(); in testLoadListView()
122 final Cursor cursor = TestDataFactory.getConversationListCursor(); in testStartNewConversation()
DConversationListItemViewTest.java55 mCursor = TestDataFactory.getConversationListCursor(); in setUp()
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/data/
DTestDataFactory.java104 public static FakeCursor getConversationListCursor() { in getConversationListCursor() method in TestDataFactory