Searched refs:sCalendarAlertsProjectionMap (Results 1 – 1 of 1) sorted by relevance
996 qb.setProjectionMap(sCalendarAlertsProjectionMap); in queryInternal()1001 qb.setProjectionMap(sCalendarAlertsProjectionMap); in queryInternal()1007 qb.setProjectionMap(sCalendarAlertsProjectionMap); in queryInternal()4650 private static final HashMap<String, String> sCalendarAlertsProjectionMap; field in CalendarProvider24817 sCalendarAlertsProjectionMap = new HashMap<String, String>(sEventsProjectionMap);4944 sCalendarAlertsProjectionMap.put(CalendarAlerts.EVENT_ID, "event_id"); in sCalendarAlertsProjectionMap.put()4945 sCalendarAlertsProjectionMap.put(CalendarAlerts._ID, "CalendarAlerts._id AS _id"); in sCalendarAlertsProjectionMap.put()4946 sCalendarAlertsProjectionMap.put(CalendarAlerts.BEGIN, "begin"); in sCalendarAlertsProjectionMap.put()4947 sCalendarAlertsProjectionMap.put(CalendarAlerts.END, "end"); in sCalendarAlertsProjectionMap.put()4948 sCalendarAlertsProjectionMap.put(CalendarAlerts.ALARM_TIME, "alarmTime"); in sCalendarAlertsProjectionMap.put()[all …]