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

/packages/apps/Exchange/src/com/android/exchange/utility/
H A DCalendarUtilities.java1546 * @param toList the list of addressees for this email
1552 static private void addAttendeeToMessage(SimpleIcsWriter ics, ArrayList<Address> toList, argument
1563 toList.add(attendeeName == null ? new Address(attendeeEmail) :
1798 ArrayList<Address> toList = new ArrayList<Address>();
1826 addAttendeeToMessage(ics, toList, attendeeName, attendeeEmail, messageFlag,
1833 if (toList.isEmpty() && (specifiedAttendee != null)) {
1834 addAttendeeToMessage(ics, toList, null, specifiedAttendee, messageFlag, account);
1847 toList.add(organizerName == null ? new Address(organizerEmail) :
1853 if (toList.isEmpty()) return null;
1856 Address[] toArray = new Address[toList
[all...]

Completed in 28 milliseconds