HomeSort by relevance Sort by last modified time
    Searched defs:calendarId (Results 1 - 8 of 8) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/
DeleteEventHelper.java 379 long calendarId = mModel.mCalendarId;
383 values.put(Events.CALENDAR_ID, calendarId);
CalendarController.java 170 public long calendarId;
357 * @param calendarId The id of the calendar which the event belongs to
361 long selectedMillis, String title, long calendarId) {
383 info.calendarId = calendarId;
596 event.calendarId);
731 String title, long calendarId) {
733 calendarId);
739 boolean allDayEvent, String title, long calendarId) {
745 intent.putExtra(Events.CALENDAR_ID, calendarId);
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarInstancesHelper.java 258 long calendarId = entries.getLong(calendarIdColumn);
260 String syncIdKey = CalendarInstancesHelper.getSyncIdKey(syncId, calendarId);
368 CalendarInstancesHelper.getSyncIdKey(originalEvent, calendarId));
    [all...]
CalendarProvider2.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java     [all...]
EditEventView.java     [all...]
  /frameworks/base/core/java/android/provider/
CalendarContract.java 521 final long calendarId = cursor.getLong(cursor.getColumnIndexOrThrow(_ID));
525 cv.put(_ID, calendarId);
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 366 String account, int seed, long calendarId, boolean asSyncAdapter) {
374 values.put(Events.CALENDAR_ID, calendarId);
445 long calendarId, boolean asSyncAdapter, String startWhen, String duration,
449 ContentValues values = getNewEventValues(account, seed, calendarId, asSyncAdapter);
    [all...]

Completed in 339 milliseconds