Home
last modified time | relevance | path

Searched refs:CALENDAR_ID (Results 1 – 12 of 12) sorted by relevance

/aosp12/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarDebug.java99 String where = CalendarContract.Events.CALENDAR_ID + "=" + id; in doInBackground()
110 String dirtyWhere = CalendarContract.Events.CALENDAR_ID + "=" + id in doInBackground()
H A DCalendarDatabaseHelper.java84 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()
H A DCalendarProvider2.java1943 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()
3054 new String[] { Events.CALENDAR_ID }, in updateEventAttendeeStatus()
5056 sEventsProjectionMap.put(Events.CALENDAR_ID, Events.CALENDAR_ID); in sEventsProjectionMap.put() argument
[all …]
H A DCalendarInstancesHelper.java121 Events.CALENDAR_ID,
182 int calendarIdColumn = entries.getColumnIndex(Events.CALENDAR_ID); in performInstanceExpansion()
/aosp12/packages/providers/CalendarProvider/src/com/android/providers/calendar/enterprise/
H A DCrossProfileCalendarHelper.java47 EVENTS_TABLE_ALLOWED_LIST.add(CalendarContract.Events.CALENDAR_ID);
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DCalendarTracker.java54 Instances.CALENDAR_ID,
/aosp12/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java1308 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()
/aosp12/frameworks/base/core/java/android/provider/
H A DCalendarContract.java1003 public static final String CALENDAR_ID = "calendar_id"; field
1479 DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, CALENDAR_ID); in getEntityAndIncrementCursor()
/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DEventInfoFragment.java175 Events.CALENDAR_ID, // 4 do not remove; used in DeleteEventHelper
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt33568 field public static final String CALENDAR_ID = "calendar_id";
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt23459 field public static final java.lang.String CALENDAR_ID = "calendar_id";