Searched refs:CALENDAR_DISPLAY_NAME (Results 1 – 11 of 11) sorted by relevance
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarDebug.java | 44 CalendarContract.Calendars.CALENDAR_DISPLAY_NAME,
|
D | CalendarDatabaseHelper.java | 774 Calendars.CALENDAR_DISPLAY_NAME + " TEXT," + in createCalendarsTable() 3231 + Calendars.CALENDAR_DISPLAY_NAME + "," in createEventsView()
|
D | CalendarProvider2.java | 4968 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/ |
D | EventInfoFragment.java | 227 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/ |
D | EventsLiveData.java | 208 String calendarName = text(eventInstancesCursor, Instances.CALENDAR_DISPLAY_NAME); in createEventsForRow()
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
D | CalendarProvider2Test.java | 1175 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/ |
D | ZenModeEventRuleSettings.java | 207 final String[] projection = { Calendars._ID, Calendars.CALENDAR_DISPLAY_NAME }; in addCalendars()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/ |
D | ZenModeEventRuleSettings.java | 207 final String[] projection = { Calendars._ID, Calendars.CALENDAR_DISPLAY_NAME }; in addCalendars()
|
/packages/apps/Car/Calendar/tests/ui/src/com/android/car/calendar/ |
D | CarCalendarUiTest.java | 267 CalendarContract.Instances.CALENDAR_DISPLAY_NAME, in query()
|
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/calendarsync/ |
D | CalendarImporter.java | 142 values.put(CalendarContract.Calendars.CALENDAR_DISPLAY_NAME, calendar.getTitle()); in createCalendar()
|
/packages/apps/Car/Calendar/tests/unit/src/com/android/car/calendar/common/ |
D | EventsLiveDataTest.java | 472 CalendarContract.Instances.CALENDAR_DISPLAY_NAME, in TestEventCursor()
|