Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDebug.java44 CalendarContract.Calendars.CALENDAR_DISPLAY_NAME,
DCalendarDatabaseHelper.java774 Calendars.CALENDAR_DISPLAY_NAME + " TEXT," + in createCalendarsTable()
3231 + Calendars.CALENDAR_DISPLAY_NAME + "," in createEventsView()
DCalendarProvider2.java4966 Calendars.CALENDAR_DISPLAY_NAME, Calendars.CALENDAR_DISPLAY_NAME); in sCalendarsProjectionMap.put() argument
5055 sEventsProjectionMap.put(Calendars.CALENDAR_DISPLAY_NAME, Calendars.CALENDAR_DISPLAY_NAME); in sEventsProjectionMap.put() argument
/packages/apps/Calendar/src/com/android/calendar/
DEventInfoFragment.java227 Calendars.CALENDAR_DISPLAY_NAME, // 1
240 static final String CALENDARS_DUPLICATE_NAME_WHERE = Calendars.CALENDAR_DISPLAY_NAME + "=?";
/packages/apps/Settings/src/com/android/settings/notification/
DZenModeEventRuleSettings.java207 final String[] projection = { Calendars._ID, Calendars.CALENDAR_DISPLAY_NAME }; in addCalendars()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java1156 m.put(Calendars.CALENDAR_DISPLAY_NAME, name); in insertCal()
1181 m.put(Calendars.CALENDAR_DISPLAY_NAME, name); in insertNonPrimaryCal()
3192 Calendars.CALENDAR_DISPLAY_NAME, in testGetColumnIndex_IsPrimary()
3509 String selection = "(" + Calendars.CALENDAR_DISPLAY_NAME + " = ? )"; in testEnterpriseCalendarGetCorrectValue()
3586 Calendars.CALENDAR_DISPLAY_NAME, in testEnterpriseCalendarsNonWhitelistedProjection()
3626 cv.put(Calendars.CALENDAR_DISPLAY_NAME, displayName); in insertWorkCalendar()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DZenModeEventRuleSettings.java207 final String[] projection = { Calendars._ID, Calendars.CALENDAR_DISPLAY_NAME }; in addCalendars()
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/calendarsync/
DCalendarImporter.java143 values.put(CalendarContract.Calendars.CALENDAR_DISPLAY_NAME, calendar.getTitle()); in createCalendar()