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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DMessageCursor.java52 Conversation getConversation(); method in interface:MessageCursor.ConversationController
76 public Conversation getConversation() { method in class:MessageCursor
77 return mController != null ? mController.getConversation() : null;
172 mController.getConversation(), getStatus()));
H A DConversationMessage.java65 public Conversation getConversation() { method in class:ConversationMessage
66 return mController != null ? mController.getConversation() : null;
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.java521 public Conversation getConversation() { method in class:ConversationCursor.UnderlyingCursorWrapper
1329 public Conversation getConversation() { method in class:ConversationCursor
1348 Conversation result = mUnderlyingCursor.getConversation();
2428 final Conversation conversation = notificationAction.getConversation();
H A DMessageAttachmentBar.java131 mHideExtraOptionOne = message.getConversation() == null;
H A DMessageHeaderView.java992 final Conversation conversation = mMessage.getConversation();
H A DConversationItemView.java732 public Conversation getConversation() { method in class:ConversationItemView
/packages/apps/UnifiedEmail/src/com/android/mail/photo/
H A DMailPhotoViewActivity.java87 intent.putExtra(EXTRA_HIDE_EXTRA_OPTION_ONE, msg.getConversation() == null);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DSwipeableListView.java209 Conversation conv = target.getConversation();
210 target.getConversation().position = findConversation(target, conv);
322 .getConversation();
H A DConversationPositionTracker.java60 final Conversation conv = cursor.getConversation();
H A DSecureConversationViewController.java238 final Conversation conversation = mMessage.getConversation();
H A DAnimatedAdapter.java490 final Conversation conv = cursor.getConversation();
845 final long id = target.getConversation().id;
H A DConversationListFragment.java646 final Conversation conv = ((ConversationCursor) item).getConversation();
796 final Conversation conv = cursor.getConversation();
H A DAbstractConversationViewFragment.java276 public Conversation getConversation() { method in class:AbstractConversationViewFragment
H A DAbstractActivityController.java1940 final Conversation conv = msg.getConversation();
/packages/apps/UnifiedEmail/src/com/android/mail/print/
H A DPrintUtils.java64 printHtml(context, convHtml, baseUri, cursor.getConversation().subject, useJavascript);
118 final Conversation conversation = cursor.getConversation();
/packages/apps/Mms/src/com/android/mms/ui/
H A DConversationListItem.java92 public Conversation getConversation() { method in class:ConversationListItem
H A DConversationList.java437 } else if (threadIds.contains(item.getConversation().getThreadId())) {
H A DComposeMessageActivity.java2075 if (mWorkingMessage.getConversation() != mConversation) {
2078 mWorkingMessage.getConversation() + ", mConversation=" +
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationActionUtils.java523 public Conversation getConversation() { method in class:NotificationActionUtils.NotificationAction
744 final Conversation conversation = notificationAction.getConversation();
815 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 1101 milliseconds