Searched refs:getConversationListCursor (Results 1 – 9 of 9) sorted by relevance
38 ConversationCursor getConversationListCursor(); in getConversationListCursor() method58 final ConversationCursor cursor = mCallbacks.getConversationListCursor(); in conversationAtPosition()69 final ConversationCursor cursor = mCallbacks.getConversationListCursor(); in getCount()140 final ConversationCursor cursor = mCallbacks.getConversationListCursor(); in isDataLoaded()168 final ConversationCursor cursor = mCallbacks.getConversationListCursor(); in calculatePosition()
344 final ConversationCursor conversationCursor = getConversationListCursor(); in onActivityCreated()743 final ConversationCursor conversationCursor = getConversationListCursor(); in onResume()950 private ConversationCursor getConversationListCursor() { in getConversationListCursor() method in ConversationListFragment951 return mCallbacks != null ? mCallbacks.getConversationListCursor() : null; in getConversationListCursor()1041 final ConversationCursor cursor = getConversationListCursor(); in hideLoadingViewAndShowContents()1122 final ConversationCursor newCursor = mCallbacks.getConversationListCursor(); in onCursorUpdated()1317 return ConversationCursor.isCursorReadyToShow(getConversationListCursor()); in isCursorReadyToShow()
236 && (mController.getConversationListCursor() == null in validateVolatileMenuOptionVisibility()237 || mController.getConversationListCursor().getCount() > 0)); in validateVolatileMenuOptionVisibility()241 && (mController.getConversationListCursor() == null in validateVolatileMenuOptionVisibility()242 || mController.getConversationListCursor().getCount() > 0)); in validateVolatileMenuOptionVisibility()
59 ConversationCursor getConversationListCursor(); in getConversationListCursor() method
563 public final ConversationCursor getConversationListCursor() { in getConversationListCursor() method in AbstractActivityController1555 ConversationCursor.isCursorReadyToShow(getConversationListCursor())) {
97 final Cursor cursor = TestDataFactory.getConversationListCursor(); in testLoadListView()122 final Cursor cursor = TestDataFactory.getConversationListCursor(); in testStartNewConversation()
55 mCursor = TestDataFactory.getConversationListCursor(); in setUp()
104 public static FakeCursor getConversationListCursor() { in getConversationListCursor() method in TestDataFactory
195 return mController.getConversationListCursor(); in getCursor()