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

/packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
H A DCalendarUtilities.java1638 * @param toList the list of addressees for this email
1644 static private void addAttendeeToMessage(SimpleIcsWriter ics, ArrayList<Address> toList, argument
1655 toList.add(attendeeName == null ? new Address(attendeeEmail) :
1890 ArrayList<Address> toList = new ArrayList<Address>();
1918 addAttendeeToMessage(ics, toList, attendeeName, attendeeEmail, messageFlag,
1925 if (toList.isEmpty() && (specifiedAttendee != null)) {
1926 addAttendeeToMessage(ics, toList, null, specifiedAttendee, messageFlag, account);
1939 toList.add(organizerName == null ? new Address(organizerEmail) :
1945 if (toList.isEmpty()) return null;
1948 Address[] toArray = new Address[toList
[all...]

Completed in 76 milliseconds