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.java1001 qb.setProjectionMap(sCalendarAlertsProjectionMap); in queryInternal()
1006 qb.setProjectionMap(sCalendarAlertsProjectionMap); in queryInternal()
1012 qb.setProjectionMap(sCalendarAlertsProjectionMap); in queryInternal()
4642 private static final HashMap<String, String> sCalendarAlertsProjectionMap; field in CalendarProvider2
4810 sCalendarAlertsProjectionMap = new HashMap<String, String>(sEventsProjectionMap);
4937 sCalendarAlertsProjectionMap.put(CalendarAlerts.EVENT_ID, "event_id"); in sCalendarAlertsProjectionMap.put()
4938 sCalendarAlertsProjectionMap.put(CalendarAlerts._ID, "CalendarAlerts._id AS _id"); in sCalendarAlertsProjectionMap.put()
4939 sCalendarAlertsProjectionMap.put(CalendarAlerts.BEGIN, "begin"); in sCalendarAlertsProjectionMap.put()
4940 sCalendarAlertsProjectionMap.put(CalendarAlerts.END, "end"); in sCalendarAlertsProjectionMap.put()
4941 sCalendarAlertsProjectionMap.put(CalendarAlerts.ALARM_TIME, "alarmTime"); in sCalendarAlertsProjectionMap.put()
[all …]