Searched refs:mTentativeAttendees (Results 1 – 1 of 1) sorted by relevance
384 ArrayList<Attendee> mTentativeAttendees = new ArrayList<Attendee>(); field in EventInfoFragment1084 mTentativeAttendees.clear(); in initAttendeesCursor()1133 mTentativeAttendees.add(new Attendee(name, email, in initAttendeesCursor()1850 mTentativeAttendees.size() + mNoResponseAttendees.size() > 0) { in updateAttendees()1854 (mLongAttendees).addAttendees(mTentativeAttendees); in updateAttendees()1886 for (Attendee attendee : mTentativeAttendees) { in hasEmailableAttendees()