Searched defs:REMINDERS_PROJECTION (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/provider/
H A DCalendarContract.java1313 private static final String[] REMINDERS_PROJECTION = new String[] { field in class:CalendarContract.EventsEntity.EntityIteratorImpl
1434 subCursor = mResolver.query(Reminders.CONTENT_URI, REMINDERS_PROJECTION,
1439 subCursor = mProvider.query(Reminders.CONTENT_URI, REMINDERS_PROJECTION,

Completed in 78 milliseconds