Home
last modified time | relevance | path

Searched refs:SELF_ATTENDEE_STATUS (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
DEvent.java83 Instances.SELF_ATTENDEE_STATUS, // 16
255 String hideString = " AND " + Instances.SELF_ATTENDEE_STATUS + "!=" in loadEvents()
DEventInfoFragment.java609 values.put(Events.SELF_ATTENDEE_STATUS, status); in createExceptionResponse()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java406 ALLOWED_IN_EXCEPTION.add(Events.SELF_ATTENDEE_STATUS);
2161 if (modValues.containsKey(Events.SELF_ATTENDEE_STATUS)) { in handleInsertException()
2173 modValues.getAsString(Events.SELF_ATTENDEE_STATUS)); in handleInsertException()
2437 if (values.containsKey(Events.SELF_ATTENDEE_STATUS)) { in insertInTransactionInner()
2438 int status = values.getAsInteger(Events.SELF_ATTENDEE_STATUS); in insertInTransactionInner()
3104 values.put(Events.SELF_ATTENDEE_STATUS, status); in updateEventAttendeeStatus()
4108 if (modValues.containsKey(Events.SELF_ATTENDEE_STATUS)) { in handleUpdateEvents()
4110 + Events.SELF_ATTENDEE_STATUS in handleUpdateEvents()
5011 sEventsProjectionMap.put(Events.SELF_ATTENDEE_STATUS, Events.SELF_ATTENDEE_STATUS); in sEventsProjectionMap.put() argument
5107 sEventEntitiesProjectionMap.put(Events.SELF_ATTENDEE_STATUS, Events.SELF_ATTENDEE_STATUS); in sEventEntitiesProjectionMap.put() argument
DCalendarDatabaseHelper.java91 Events.SELF_ATTENDEE_STATUS + "," +
535 CalendarContract.Events.SELF_ATTENDEE_STATUS + " INTEGER NOT NULL DEFAULT 0," + in createEventsTable()
3175 + CalendarContract.Events.SELF_ATTENDEE_STATUS + "," in createEventsView()
/packages/apps/Calendar/src/com/android/calendar/widget/
DCalendarAppWidgetService.java67 + Instances.SELF_ATTENDEE_STATUS + "!=" + Attendees.ATTENDEE_STATUS_DECLINED;
79 Instances.SELF_ATTENDEE_STATUS,
/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertService.java68 CalendarAlerts.SELF_ATTENDEE_STATUS, // 5
/packages/providers/CalendarProvider/src/com/android/providers/calendar/enterprise/
DCrossProfileCalendarHelper.java64 EVENTS_TABLE_WHITELIST.add(CalendarContract.Events.SELF_ATTENDEE_STATUS);
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java1895 Instances.SELF_ATTENDEE_STATUS, // 16 in testInstanceSearchQuery()
1901 String where = Instances.SELF_ATTENDEE_STATUS + "!=" + in testInstanceSearchQuery()
2240 int selfColumn = cursor.getColumnIndex(CalendarContract.Events.SELF_ATTENDEE_STATUS); in testAttendees()
2724 Instances.SELF_ATTENDEE_STATUS, // 16 in testInstanceQuery()
2730 String where = Instances.SELF_ATTENDEE_STATUS + "!=" in testInstanceQuery()
/packages/apps/Calendar/src/com/android/calendar/month/
DMonthByWeekFragment.java197 where += " AND " + Instances.SELF_ATTENDEE_STATUS + "!=" in updateWhere()