Home | History | Annotate | Download | only in calendar

Lines Matching refs:REMINDERS_PROJECTION

168     private static final String[] REMINDERS_PROJECTION = new String[] {
855 Cursor reminderCursor = cr.query(uri, REMINDERS_PROJECTION, where, null, null);