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