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/alerts/
DAlertService.kt129 CalendarAlerts.SELF_ATTENDEE_STATUS, // 5
/packages/apps/Calendar/src/com/android/calendar/
DEvent.kt80 Instances.SELF_ATTENDEE_STATUS, // 16
168 val hideString = (" AND " + Instances.SELF_ATTENDEE_STATUS.toString() + "!=" + in loadEvents()
DEventInfoFragment.kt550 values.put(Events.SELF_ATTENDEE_STATUS, status) in createExceptionResponse()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/enterprise/
DCrossProfileCalendarHelper.java64 EVENTS_TABLE_ALLOWED_LIST.add(CalendarContract.Events.SELF_ATTENDEE_STATUS);
/packages/apps/Calendar/src/com/android/calendar/widget/
DCalendarAppWidgetService.kt63 Instances.SELF_ATTENDEE_STATUS + "!=" + Attendees.ATTENDEE_STATUS_DECLINED)
75 Instances.SELF_ATTENDEE_STATUS
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java409 ALLOWED_IN_EXCEPTION.add(Events.SELF_ATTENDEE_STATUS);
2184 if (modValues.containsKey(Events.SELF_ATTENDEE_STATUS)) { in handleInsertException()
2196 modValues.getAsString(Events.SELF_ATTENDEE_STATUS)); in handleInsertException()
2460 if (values.containsKey(Events.SELF_ATTENDEE_STATUS)) { in insertInTransactionInner()
2461 int status = values.getAsInteger(Events.SELF_ATTENDEE_STATUS); in insertInTransactionInner()
3127 values.put(Events.SELF_ATTENDEE_STATUS, status); in updateEventAttendeeStatus()
4131 if (modValues.containsKey(Events.SELF_ATTENDEE_STATUS)) { in handleUpdateEvents()
4133 + Events.SELF_ATTENDEE_STATUS in handleUpdateEvents()
5034 sEventsProjectionMap.put(Events.SELF_ATTENDEE_STATUS, Events.SELF_ATTENDEE_STATUS); in sEventsProjectionMap.put() argument
5130 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/month/
DMonthByWeekFragment.kt171 where += (" AND " + Instances.SELF_ATTENDEE_STATUS.toString() + "!=" + in updateWhere()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java1914 Instances.SELF_ATTENDEE_STATUS, // 16 in testInstanceSearchQuery()
1920 String where = Instances.SELF_ATTENDEE_STATUS + "!=" + in testInstanceSearchQuery()
2259 int selfColumn = cursor.getColumnIndex(CalendarContract.Events.SELF_ATTENDEE_STATUS); in testAttendees()
2743 Instances.SELF_ATTENDEE_STATUS, // 16 in testInstanceQuery()
2749 String where = Instances.SELF_ATTENDEE_STATUS + "!=" in testInstanceQuery()