Searched refs:SQL_WHERE_ORIGINAL_ID (Results 1 – 5 of 5) sorted by relevance
com/android/providers/calendar/enterprise/CrossProfileCalendarHelper.class CrossProfileCalendarHelper.java package com. ...
META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
231 private static final String SQL_WHERE_ORIGINAL_ID = Events.ORIGINAL_ID + "=?"; field in CalendarProvider23535 mDb.delete(Tables.EVENTS, SQL_WHERE_ORIGINAL_ID, selectionArgs); in deleteEventInternal()