Home
last modified time | relevance | path

Searched refs:CALENDAR_DISPLAY_NAME (Results 1 – 11 of 11) 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.java4968 Calendars.CALENDAR_DISPLAY_NAME, Calendars.CALENDAR_DISPLAY_NAME); in sCalendarsProjectionMap.put() argument
5057 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/Car/Calendar/src/com/android/car/calendar/common/
DEventsLiveData.java208 String calendarName = text(eventInstancesCursor, Instances.CALENDAR_DISPLAY_NAME); in createEventsForRow()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java1175 m.put(Calendars.CALENDAR_DISPLAY_NAME, name); in insertCal()
1200 m.put(Calendars.CALENDAR_DISPLAY_NAME, name); in insertNonPrimaryCal()
3211 Calendars.CALENDAR_DISPLAY_NAME, in testGetColumnIndex_IsPrimary()
3528 String selection = "(" + Calendars.CALENDAR_DISPLAY_NAME + " = ? )"; in testEnterpriseCalendarGetCorrectValue()
3605 Calendars.CALENDAR_DISPLAY_NAME, in testEnterpriseCalendarsNonWhitelistedProjection()
3645 cv.put(Calendars.CALENDAR_DISPLAY_NAME, displayName); in insertWorkCalendar()
/packages/apps/Settings/src/com/android/settings/notification/zen/
DZenModeEventRuleSettings.java207 final String[] projection = { Calendars._ID, Calendars.CALENDAR_DISPLAY_NAME }; in addCalendars()
/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/Calendar/tests/ui/src/com/android/car/calendar/
DCarCalendarUiTest.java267 CalendarContract.Instances.CALENDAR_DISPLAY_NAME, in query()
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/calendarsync/
DCalendarImporter.java142 values.put(CalendarContract.Calendars.CALENDAR_DISPLAY_NAME, calendar.getTitle()); in createCalendar()
/packages/apps/Car/Calendar/tests/unit/src/com/android/car/calendar/common/
DEventsLiveDataTest.java472 CalendarContract.Instances.CALENDAR_DISPLAY_NAME, in TestEventCursor()