Home
last modified time | relevance | path

Searched refs:sCalendarAlertsProjectionMap (Results 1 – 1 of 1) sorted by relevance

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java1175 qb.setProjectionMap(sCalendarAlertsProjectionMap); in queryInternal()
1180 qb.setProjectionMap(sCalendarAlertsProjectionMap); in queryInternal()
1186 qb.setProjectionMap(sCalendarAlertsProjectionMap); in queryInternal()
4911 private static final HashMap<String, String> sCalendarAlertsProjectionMap; field in CalendarProvider2
5097 sCalendarAlertsProjectionMap = new HashMap<String, String>(sEventsProjectionMap);
5224 sCalendarAlertsProjectionMap.put(CalendarAlerts.EVENT_ID, "event_id"); in sCalendarAlertsProjectionMap.put()
5225 sCalendarAlertsProjectionMap.put(CalendarAlerts._ID, "CalendarAlerts._id AS _id"); in sCalendarAlertsProjectionMap.put()
5226 sCalendarAlertsProjectionMap.put(CalendarAlerts.BEGIN, "begin"); in sCalendarAlertsProjectionMap.put()
5227 sCalendarAlertsProjectionMap.put(CalendarAlerts.END, "end"); in sCalendarAlertsProjectionMap.put()
5228 sCalendarAlertsProjectionMap.put(CalendarAlerts.ALARM_TIME, "alarmTime"); in sCalendarAlertsProjectionMap.put()
[all …]