Searched refs:sRemindersProjectionMap (Results 1 – 1 of 1) sorted by relevance
1169 qb.setProjectionMap(sRemindersProjectionMap); in queryInternal()4910 private static final HashMap<String, String> sRemindersProjectionMap; field in CalendarProvider25070 sRemindersProjectionMap = new HashMap<String, String>(sEventsProjectionMap);5216 sRemindersProjectionMap.put(Reminders.EVENT_ID, "event_id"); in sRemindersProjectionMap.put()5217 sRemindersProjectionMap.put(Reminders._ID, "Reminders._id AS _id"); in sRemindersProjectionMap.put()5218 sRemindersProjectionMap.put(Reminders.MINUTES, "minutes"); in sRemindersProjectionMap.put()5219 sRemindersProjectionMap.put(Reminders.METHOD, "method"); in sRemindersProjectionMap.put()5220 sRemindersProjectionMap.put(Events.DELETED, "Events.deleted AS deleted"); in sRemindersProjectionMap.put()5221 sRemindersProjectionMap.put(Events._SYNC_ID, "Events._sync_id AS _sync_id"); in sRemindersProjectionMap.put()