Home
last modified time | relevance | path

Searched defs:CALENDAR_DISPLAY_NAME (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DTags.java213 public static final int CALENDAR_DISPLAY_NAME = CALENDAR_PAGE + 0x32; field in Tags
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java4661 sEventsProjectionMap.put(Calendars.CALENDAR_DISPLAY_NAME, Calendars.CALENDAR_DISPLAY_NAME); in sEventsProjectionMap.put()