Searched refs:getConversationMessageCursor (Results 1 – 4 of 4) sorted by relevance
71 final FakeCursor cursor = TestDataFactory.getConversationMessageCursor(); in testBind()82 final FakeCursor cursor = TestDataFactory.getConversationMessageCursor(); in testBindTwice()95 final FakeCursor cursor = TestDataFactory.getConversationMessageCursor(); in testBindLast()
144 final Cursor cursor = TestDataFactory.getConversationMessageCursor(); in testLoadListView()153 final Cursor cursor = TestDataFactory.getConversationMessageCursor(); in testClickComposeMessageView()
34 final FakeCursor testCursor = TestDataFactory.getConversationMessageCursor(); in testBindFirstMessage()48 final FakeCursor testCursor = TestDataFactory.getConversationMessageCursor(); in testBindTwice()75 final FakeCursor testCursor = TestDataFactory.getConversationMessageCursor(); in testMessageClustering()
127 public static FakeCursor getConversationMessageCursor() { in getConversationMessageCursor() method in TestDataFactory