Searched refs:sCalendarsIdProjection (Results 1 – 1 of 1) sorted by relevance
275 private static final String[] sCalendarsIdProjection = new String[] { Calendars._ID }; field in CalendarProvider23889 Cursor c = mDb.query(Tables.CALENDARS, sCalendarsIdProjection, selection, in deleteMatchingCalendars()