Searched defs:senders (Results 1 - 3 of 3) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/
H A DSenderInfoLoader.java74 public SenderInfoLoader(Context context, Set<String> senders) { argument
76 mSenders = senders;
/packages/apps/UnifiedEmail/src/com/android/mail/widget/
H A DWidgetConversationListItemViewBuilder.java147 final SpannableStringBuilder senders, String subject) {
190 remoteViews.setTextViewText(R.id.widget_senders, senders);
145 getStyledView(final Context context, final CharSequence date, final Conversation conversation, final FolderUri folderUri, final int ignoreFolderType, final SpannableStringBuilder senders, String subject) argument
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationUtils.java1013 // Track all senders to later tag them along with the digest notification
1132 // Tag main digest notification with the senders
1202 // Set of all unique senders for unseen messages
1256 // The title of a single conversation is the list of senders.
1334 * Iterates through all senders and adds their respective Uris to the notifications. Each Uri
1337 * @param senderAddressesSet List of unique senders to be tagged with the conversation
1364 final ArrayList<SpannableString> senders = new ArrayList<>();
1371 SendersView.format(context, conversationInfo, "", maxLength, senders, null, null, account,
1375 return ellipsizeStyledSenders(context, senders);
1443 * @param senders Sende
1449 getSingleMessageInboxLine(Context context, String senders, String subject, String snippet) argument
[all...]

Completed in 101 milliseconds