Home
last modified time | relevance | path

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

/packages/apps/Messaging/tests/src/com/android/messaging/ui/conversation/
DConversationMessageViewTest.java72 final FakeCursor cursor = TestDataFactory.getConversationMessageCursor(); in testBind()
83 final FakeCursor cursor = TestDataFactory.getConversationMessageCursor(); in testBindTwice()
96 final FakeCursor cursor = TestDataFactory.getConversationMessageCursor(); in testBindLast()
DConversationFragmentTest.java141 final Cursor cursor = TestDataFactory.getConversationMessageCursor(); in testLoadListView()
150 final Cursor cursor = TestDataFactory.getConversationMessageCursor(); in testClickComposeMessageView()
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/data/
DConversationMessageDataTest.java36 final FakeCursor testCursor = TestDataFactory.getConversationMessageCursor(); in testBindFirstMessage()
50 final FakeCursor testCursor = TestDataFactory.getConversationMessageCursor(); in testBindTwice()
77 final FakeCursor testCursor = TestDataFactory.getConversationMessageCursor(); in testMessageClustering()
DTestDataFactory.java127 public static FakeCursor getConversationMessageCursor() { in getConversationMessageCursor() method in TestDataFactory