Searched refs:selfAttendeeStatus (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Calendar/src/com/android/calendar/ |
D | Event.java | 141 public int selfAttendeeStatus; field in Event 173 e.selfAttendeeStatus = selfAttendeeStatus; in clone() 194 dest.selfAttendeeStatus = selfAttendeeStatus; in copyTo() 215 e.selfAttendeeStatus = Attendees.ATTENDEE_STATUS_NONE; in newInstance() 416 e.selfAttendeeStatus = cEvents.getInt(PROJECTION_SELF_ATTENDEE_STATUS_INDEX); in generateEventFromCursor()
|
D | DayView.java | 2830 switch (event.selfAttendeeStatus) { in getEventLayout() 3452 switch (event.selfAttendeeStatus) { in drawEventRect()
|
/packages/apps/Calendar/src/com/android/calendar/widget/ |
D | CalendarAppWidgetModel.java | 82 int selfAttendeeStatus; field in CalendarAppWidgetModel.EventInfo 116 builder.append(selfAttendeeStatus); in toString() 136 result = prime * result + selfAttendeeStatus; in hashCode() 183 if (selfAttendeeStatus != other.selfAttendeeStatus) { in equals() 387 eventInfo.selfAttendeeStatus = selfStatus; in populateEventInfo()
|
D | CalendarAppWidgetService.java | 267 int selfAttendeeStatus = eventInfo.selfAttendeeStatus; 269 if (selfAttendeeStatus == Attendees.ATTENDEE_STATUS_INVITED) { 278 if (selfAttendeeStatus == Attendees.ATTENDEE_STATUS_DECLINED) { 285 } else if (selfAttendeeStatus == Attendees.ATTENDEE_STATUS_DECLINED) { 300 if (selfAttendeeStatus == Attendees.ATTENDEE_STATUS_INVITED) {
|
/packages/apps/Calendar/src/com/android/calendar/agenda/ |
D | AgendaAdapter.java | 134 int selfAttendeeStatus = cursor.getInt(AgendaWindowAdapter.INDEX_SELF_ATTENDEE_STATUS); in bindView() local 135 if (selfAttendeeStatus == Attendees.ATTENDEE_STATUS_DECLINED) { in bindView() 144 if (selfAttendeeStatus == Attendees.ATTENDEE_STATUS_INVITED) { in bindView()
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
D | CalendarProvider2Test.java | 2138 long selfAttendeeStatus = cursor.getInt(selfColumn); in testAttendees() local 2139 assertEquals(CalendarContract.Attendees.ATTENDEE_STATUS_ACCEPTED, selfAttendeeStatus); in testAttendees() 2161 selfAttendeeStatus = cursor.getInt(selfColumn); in testAttendees() 2162 assertEquals(CalendarContract.Attendees.ATTENDEE_STATUS_DECLINED, selfAttendeeStatus); in testAttendees() 2179 selfAttendeeStatus = cursor.getInt(selfColumn); in testAttendees() 2180 assertEquals(CalendarContract.Attendees.ATTENDEE_STATUS_DECLINED, selfAttendeeStatus); in testAttendees()
|
/packages/apps/Calendar/src/com/android/calendar/month/ |
D | MonthWeekEventsView.java | 869 boolean isDeclined = event.selfAttendeeStatus == Attendees.ATTENDEE_STATUS_DECLINED; in drawEvent() 900 if (event.selfAttendeeStatus != Attendees.ATTENDEE_STATUS_INVITED) { in drawEvent()
|
/packages/services/Car/bluetooth/bt-map-service/ |
D | bt_hci_startup_issues.txt | 87623 … CalendarAlerts._id AS _id, event_id, state, title, eventLocation, selfAttendeeStatus, allDay, ala… 87624 … CalendarAlerts._id AS _id, event_id, state, title, eventLocation, selfAttendeeStatus, allDay, ala…
|