Searched refs:sCalendarAlertsProjectionMap (Results 1 – 1 of 1) sorted by relevance
1155 qb.setProjectionMap(sCalendarAlertsProjectionMap); in queryInternal()1160 qb.setProjectionMap(sCalendarAlertsProjectionMap); in queryInternal()1166 qb.setProjectionMap(sCalendarAlertsProjectionMap); in queryInternal()4887 private static final HashMap<String, String> sCalendarAlertsProjectionMap; field in CalendarProvider25073 sCalendarAlertsProjectionMap = new HashMap<String, String>(sEventsProjectionMap);5200 sCalendarAlertsProjectionMap.put(CalendarAlerts.EVENT_ID, "event_id"); in sCalendarAlertsProjectionMap.put()5201 sCalendarAlertsProjectionMap.put(CalendarAlerts._ID, "CalendarAlerts._id AS _id"); in sCalendarAlertsProjectionMap.put()5202 sCalendarAlertsProjectionMap.put(CalendarAlerts.BEGIN, "begin"); in sCalendarAlertsProjectionMap.put()5203 sCalendarAlertsProjectionMap.put(CalendarAlerts.END, "end"); in sCalendarAlertsProjectionMap.put()5204 sCalendarAlertsProjectionMap.put(CalendarAlerts.ALARM_TIME, "alarmTime"); in sCalendarAlertsProjectionMap.put()[all …]