Searched refs:attendeeResponse (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Calendar/src/com/android/calendar/ |
D | EventInfoActivity.java | 69 int attendeeResponse = 0; in onCreate() local 77 attendeeResponse = icicle.getInt(EventInfoFragment.BUNDLE_KEY_ATTENDEE_RESPONSE); in onCreate() 82 attendeeResponse = intent.getIntExtra(ATTENDEE_STATUS, in onCreate() 125 .launchViewEvent(mEventId, mStartMillis, mEndMillis, attendeeResponse); in onCreate() 148 attendeeResponse, isDialog, (isDialog ? in onCreate()
|
D | EventInfoFragment.java | 349 int attendeeResponse, boolean isDialog, int windowStyle) { in EventInfoFragment() argument 370 mAttendeeResponseFromIntent = attendeeResponse; in EventInfoFragment() 379 int attendeeResponse, boolean isDialog, int windowStyle) { in EventInfoFragment() argument 381 endMillis, attendeeResponse, isDialog, windowStyle); in EventInfoFragment()
|