HomeSort by relevance Sort by last modified time
    Searched refs:ORIGINAL_ID (Results 1 - 17 of 17) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/interactions/
CalendarInteraction.java 243 return mValues.getAsString(Attendees.ORIGINAL_ID);
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarInstancesHelper.java 88 Tables.EVENTS + "." + Events.ORIGINAL_ID + "=?)";
614 * event (has ORIGINAL_ID or ORIGINAL_SYNC_ID), or a regular event. Recurring events
652 String originalId = values.getAsString(Events.ORIGINAL_ID);
    [all...]
CalendarProvider2.java 110 Events.ORIGINAL_ID,
214 private static final String SQL_WHERE_ORIGINAL_ID = Events.ORIGINAL_ID + "=?";
215 private static final String SQL_WHERE_ORIGINAL_ID_NO_SYNC_ID = Events.ORIGINAL_ID +
419 // deleted, original_id, alerts
    [all...]
CalendarDatabaseHelper.java 107 Events.ORIGINAL_ID + "," +
190 " WHERE " + Events.ORIGINAL_ID + "=old." + Events._ID + ";";
552 CalendarContract.Events.ORIGINAL_ID + " INTEGER," +
619 + "original_id INTEGER,"
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DeleteEventHelper.java 387 values.put(Events.ORIGINAL_ID, id);