Searched refs:sRemindersProjectionMap (Results 1 – 1 of 1) sorted by relevance
1149 qb.setProjectionMap(sRemindersProjectionMap); in queryInternal()4886 private static final HashMap<String, String> sRemindersProjectionMap; field in CalendarProvider25046 sRemindersProjectionMap = new HashMap<String, String>(sEventsProjectionMap);5192 sRemindersProjectionMap.put(Reminders.EVENT_ID, "event_id"); in sRemindersProjectionMap.put()5193 sRemindersProjectionMap.put(Reminders._ID, "Reminders._id AS _id"); in sRemindersProjectionMap.put()5194 sRemindersProjectionMap.put(Reminders.MINUTES, "minutes"); in sRemindersProjectionMap.put()5195 sRemindersProjectionMap.put(Reminders.METHOD, "method"); in sRemindersProjectionMap.put()5196 sRemindersProjectionMap.put(Events.DELETED, "Events.deleted AS deleted"); in sRemindersProjectionMap.put()5197 sRemindersProjectionMap.put(Events._SYNC_ID, "Events._sync_id AS _sync_id"); in sRemindersProjectionMap.put()