Searched refs:SELF_ATTENDEE_STATUS (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Calendar/src/com/android/calendar/ |
D | Event.java | 83 Instances.SELF_ATTENDEE_STATUS, // 16 255 String hideString = " AND " + Instances.SELF_ATTENDEE_STATUS + "!=" in loadEvents()
|
D | EventInfoFragment.java | 609 values.put(Events.SELF_ATTENDEE_STATUS, status); in createExceptionResponse()
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarProvider2.java | 406 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
|
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/widget/ |
D | CalendarAppWidgetService.java | 67 + Instances.SELF_ATTENDEE_STATUS + "!=" + Attendees.ATTENDEE_STATUS_DECLINED; 79 Instances.SELF_ATTENDEE_STATUS,
|
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
D | AlertService.java | 68 CalendarAlerts.SELF_ATTENDEE_STATUS, // 5
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/enterprise/ |
D | CrossProfileCalendarHelper.java | 64 EVENTS_TABLE_WHITELIST.add(CalendarContract.Events.SELF_ATTENDEE_STATUS);
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
D | CalendarProvider2Test.java | 1895 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/ |
D | MonthByWeekFragment.java | 197 where += " AND " + Instances.SELF_ATTENDEE_STATUS + "!=" in updateWhere()
|