Searched refs:getCurrentConversation (Results 1 – 4 of 4) sorted by relevance
318 final Conversation currConversation = mController.getCurrentConversation(); in notifyDataSetChanged()369 Conversation c = (mController != null) ? mController.getCurrentConversation() : null; in getDefaultConversation()
54 Conversation getCurrentConversation(); in getCurrentConversation() method
916 final Conversation conv = mCallbacks.getCurrentConversation(); in onCursorUpdated()
2511 public Conversation getCurrentConversation() { in getCurrentConversation() method in AbstractActivityController