Home
last modified time | relevance | path

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

/aosp12/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A 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
5224 sCalendarAlertsProjectionMap.put(CalendarAlerts.EVENT_ID, "event_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()
5229 sCalendarAlertsProjectionMap.put(CalendarAlerts.NOTIFY_TIME, "notifyTime"); in sCalendarAlertsProjectionMap.put()
5230 sCalendarAlertsProjectionMap.put(CalendarAlerts.STATE, "state"); in sCalendarAlertsProjectionMap.put()
[all …]