Searched refs:sRemindersProjectionMap (Results 1 – 1 of 1) sorted by relevance
966 qb.setProjectionMap(sRemindersProjectionMap); in queryInternal()4600 private static final HashMap<String, String> sRemindersProjectionMap; field in CalendarProvider24745 sRemindersProjectionMap = new HashMap<String, String>(sEventsProjectionMap);4887 sRemindersProjectionMap.put(Reminders.EVENT_ID, "event_id"); in sRemindersProjectionMap.put()4888 sRemindersProjectionMap.put(Reminders._ID, "Reminders._id AS _id"); in sRemindersProjectionMap.put()4889 sRemindersProjectionMap.put(Reminders.MINUTES, "minutes"); in sRemindersProjectionMap.put()4890 sRemindersProjectionMap.put(Reminders.METHOD, "method"); in sRemindersProjectionMap.put()4891 sRemindersProjectionMap.put(Events.DELETED, "Events.deleted AS deleted"); in sRemindersProjectionMap.put()4892 sRemindersProjectionMap.put(Events._SYNC_ID, "Events._sync_id AS _sync_id"); in sRemindersProjectionMap.put()