Searched refs:SELF_ATTENDEE_STATUS (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
D | AlertService.kt | 129 CalendarAlerts.SELF_ATTENDEE_STATUS, // 5
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | Event.kt | 80 Instances.SELF_ATTENDEE_STATUS, // 16 168 val hideString = (" AND " + Instances.SELF_ATTENDEE_STATUS.toString() + "!=" + in loadEvents()
|
D | EventInfoFragment.kt | 550 values.put(Events.SELF_ATTENDEE_STATUS, status) in createExceptionResponse()
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/enterprise/ |
D | CrossProfileCalendarHelper.java | 64 EVENTS_TABLE_ALLOWED_LIST.add(CalendarContract.Events.SELF_ATTENDEE_STATUS);
|
/packages/apps/Calendar/src/com/android/calendar/widget/ |
D | CalendarAppWidgetService.kt | 63 Instances.SELF_ATTENDEE_STATUS + "!=" + Attendees.ATTENDEE_STATUS_DECLINED) 75 Instances.SELF_ATTENDEE_STATUS
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarProvider2.java | 409 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
|
D | CalendarDatabaseHelper.java | 91 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/ |
D | MonthByWeekFragment.kt | 171 where += (" AND " + Instances.SELF_ATTENDEE_STATUS.toString() + "!=" + in updateWhere()
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
D | CalendarProvider2Test.java | 1914 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()
|