Searched refs:getConversationMessageCursor (Results 1 – 4 of 4) sorted by relevance
72 final FakeCursor cursor = TestDataFactory.getConversationMessageCursor(); in testBind()83 final FakeCursor cursor = TestDataFactory.getConversationMessageCursor(); in testBindTwice()96 final FakeCursor cursor = TestDataFactory.getConversationMessageCursor(); in testBindLast()
141 final Cursor cursor = TestDataFactory.getConversationMessageCursor(); in testLoadListView()150 final Cursor cursor = TestDataFactory.getConversationMessageCursor(); in testClickComposeMessageView()
36 final FakeCursor testCursor = TestDataFactory.getConversationMessageCursor(); in testBindFirstMessage()50 final FakeCursor testCursor = TestDataFactory.getConversationMessageCursor(); in testBindTwice()77 final FakeCursor testCursor = TestDataFactory.getConversationMessageCursor(); in testMessageClustering()
127 public static FakeCursor getConversationMessageCursor() { in getConversationMessageCursor() method in TestDataFactory