Searched refs:CALENDAR_ID (Results 1 – 7 of 7) sorted by relevance
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarDatabaseHelper.java | 84 Events.CALENDAR_ID + "," + 201 " WHERE " + CalendarContract.Events.CALENDAR_ID + "=" + 221 + Tables.CALENDARS + " WHERE " + Calendars._ID + "=new." + Events.CALENDAR_ID 223 + Tables.CALENDARS + " WHERE " + Calendars._ID + "=new." + Events.CALENDAR_ID 528 CalendarContract.Events.CALENDAR_ID + " INTEGER NOT NULL," + in createEventsTable() 587 + CalendarContract.Events.CALENDAR_ID + ");"); in createEventsTable() 1583 + Tables.CALENDARS + " WHERE " + Calendars._ID + "=new." + Events.CALENDAR_ID in upgradeToVersion400() 1586 + Events.CALENDAR_ID + ") AND " + Colors.COLOR_KEY + "=" + "new." in upgradeToVersion400() 3196 + CalendarContract.Events.CALENDAR_ID + "," in createEventsView() 3260 + " ON (" + Tables.EVENTS + "." + Events.CALENDAR_ID in createEventsView()
|
D | CalendarDebug.java | 99 String where = CalendarContract.Events.CALENDAR_ID + "=" + id; in doInBackground() 110 String dirtyWhere = CalendarContract.Events.CALENDAR_ID + "=" + id in doInBackground()
|
D | CalendarProvider2.java | 239 Tables.EVENTS + "." + Events.CALENDAR_ID + "=" + Tables.CALENDARS + "." + Calendars._ID; 248 Tables.EVENTS + "." + Events.CALENDAR_ID + "=" + Tables.CALENDARS + "." + Calendars._ID; 1943 int calIdCol = cursor.getColumnIndex(Events.CALENDAR_ID); in handleInsertException() 2191 long calendarId = values.getAsLong(Events.CALENDAR_ID); in handleInsertException() 2266 String calendarId = values.getAsString(Events.CALENDAR_ID); in backfillExceptionOriginalIds() 2277 Events.ORIGINAL_SYNC_ID + "=? AND " + Events.CALENDAR_ID + "=?", in backfillExceptionOriginalIds() 2398 Long calendar_id = updatedValues.getAsLong(Events.CALENDAR_ID); in insertInTransactionInner() 2433 updatedValues.getAsString(Events.CALENDAR_ID)); in insertInTransactionInner() 2835 if (TextUtils.isEmpty(values.getAsString(Events.CALENDAR_ID))) { in validateEventData() 2906 Events._SYNC_ID + "=?" + " AND " + Events.CALENDAR_ID + "=?", in getOriginalId() [all …]
|
D | CalendarInstancesHelper.java | 121 Events.CALENDAR_ID, 182 int calendarIdColumn = entries.getColumnIndex(Events.CALENDAR_ID); in performInstanceExpansion()
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/enterprise/ |
D | CrossProfileCalendarHelper.java | 47 EVENTS_TABLE_ALLOWED_LIST.add(CalendarContract.Events.CALENDAR_ID);
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
D | CalendarProvider2Test.java | 1308 m.put(Events.CALENDAR_ID, calId); in eventInfoToContentValues() 2195 Cursor cursor = db.query("Events", null, Events.CALENDAR_ID + "=?", new String[] {calendar}, in checkEvents() 3327 Instances.CALENDAR_ID, in testEnterpriseInstancesGetCorrectValue() 3401 Events.CALENDAR_ID, in testEnterpriseEventsGetCorrectValue() 3437 Events.CALENDAR_ID, in testEnterpriseEventsGetCorrectValueWithId() 3488 cursor.getColumnIndex(Events.CALENDAR_ID))); in testEnterpriseEventsProjectionCalibration() 3502 "(" + Events.CALENDAR_ID + " = ? )", in cleanupEnterpriseTestForEvents() 3510 cv.put(Events.CALENDAR_ID, calendarId); in insertWorkEvent()
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | EventInfoFragment.java | 175 Events.CALENDAR_ID, // 4 do not remove; used in DeleteEventHelper
|