OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:selfAttendeeStatus
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetModel.java
82
int
selfAttendeeStatus
;
115
builder.append(",
selfAttendeeStatus
=");
116
builder.append(
selfAttendeeStatus
);
136
result = prime * result +
selfAttendeeStatus
;
183
if (
selfAttendeeStatus
!= other.
selfAttendeeStatus
) {
387
eventInfo.
selfAttendeeStatus
= selfStatus;
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/
Event.java
141
public int
selfAttendeeStatus
;
173
e.
selfAttendeeStatus
=
selfAttendeeStatus
;
194
dest.
selfAttendeeStatus
=
selfAttendeeStatus
;
215
e.
selfAttendeeStatus
= Attendees.ATTENDEE_STATUS_NONE;
416
e.
selfAttendeeStatus
= cEvents.getInt(PROJECTION_SELF_ATTENDEE_STATUS_INDEX);
DayView.java
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaAdapter.java
134
int
selfAttendeeStatus
= cursor.getInt(AgendaWindowAdapter.INDEX_SELF_ATTENDEE_STATUS);
135
if (
selfAttendeeStatus
== Attendees.ATTENDEE_STATUS_DECLINED) {
144
if (
selfAttendeeStatus
== Attendees.ATTENDEE_STATUS_INVITED) {
/packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java
[
all
...]
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java
[
all
...]
Completed in 106 milliseconds