HomeSort by relevance Sort by last modified time
    Searched refs:attendeeResponse (Results 1 - 2 of 2) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/
EventInfoActivity.java 74 int attendeeResponse = 0;
83 attendeeResponse = icicle.getInt(EventInfoFragment.BUNDLE_KEY_ATTENDEE_RESPONSE);
90 attendeeResponse = intent.getIntExtra(ATTENDEE_STATUS,
133 .launchViewEvent(mEventId, mStartMillis, mEndMillis, attendeeResponse);
156 attendeeResponse, isDialog, (isDialog ?
EventInfoFragment.java 643 int attendeeResponse, boolean isDialog, int windowStyle,
665 mAttendeeResponseFromIntent = attendeeResponse;
679 int attendeeResponse, boolean isDialog, int windowStyle,
682 endMillis, attendeeResponse, isDialog, windowStyle, reminders);
    [all...]

Completed in 386 milliseconds