Searched refs:getConversation (Results 1 - 16 of 16) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationMessage.java64 public Conversation getConversation() { method in class:ConversationMessage
65 return mController != null ? mController.getConversation() : null;
H A DMessageCursor.java52 Conversation getConversation(); method in interface:MessageCursor.ConversationController
153 mController.getConversation(), getStatus()));
H A DConversationPagerAdapter.java188 c = cursor.getConversation();
233 return getConversationPosition(fragment.getConversation());
347 final Conversation conv = cursor.getConversation();
476 final Conversation c = cursor.getConversation();
H A DConversationCursor.java514 public Conversation getConversation() { method in class:ConversationCursor.UnderlyingCursorWrapper
1319 public Conversation getConversation() { method in class:ConversationCursor
1338 Conversation result = mUnderlyingCursor.getConversation();
2314 final Conversation conversation = notificationAction.getConversation();
H A DMessageHeaderView.java443 final Conversation conversation = mMessage.getConversation();
H A DConversationItemView.java700 public Conversation getConversation() { method in class:ConversationItemView
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DSwipeableListView.java233 Conversation conv = target.getConversation();
234 target.getConversation().position = findConversation(target, conv);
341 .getConversation();
H A DConversationPositionTracker.java60 final Conversation conv = cursor.getConversation();
H A DAbstractConversationViewFragment.java268 public Conversation getConversation() { method in class:AbstractConversationViewFragment
H A DAnimatedAdapter.java493 final Conversation conv = cursor.getConversation();
846 final long id = target.getConversation().id;
H A DConversationListFragment.java675 final Conversation conv = cursor.getConversation();
H A DAbstractActivityController.java1877 final Conversation conv = msg.getConversation();
/packages/apps/Mms/src/com/android/mms/ui/
H A DConversationListItem.java92 public Conversation getConversation() { method in class:ConversationListItem
H A DComposeMessageActivity.java2075 if (mWorkingMessage.getConversation() != mConversation) {
2078 mWorkingMessage.getConversation() + ", mConversation=" +
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationActionUtils.java425 public Conversation getConversation() { method in class:NotificationActionUtils.NotificationAction
631 final Conversation conversation = notificationAction.getConversation();
702 final Conversation conversation = notificationAction.getConversation();
/packages/apps/Mms/src/com/android/mms/data/
H A DWorkingMessage.java1040 public Conversation getConversation() { method in class:WorkingMessage

Completed in 255 milliseconds