Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/event/
DEditEventHelper.java192 static final int CALENDARS_INDEX_ACCESS_LEVEL = 5; field in EditEventHelper
1137 model.mCalendarAccessLevel = cursor.getInt(CALENDARS_INDEX_ACCESS_LEVEL); in setModelFromCalendarCursor()
/packages/apps/Calendar/src/com/android/calendar/
DDayView.java147 private static final int CALENDARS_INDEX_ACCESS_LEVEL = 1; field in DayView
4519 accessLevel = cursor.getInt(CALENDARS_INDEX_ACCESS_LEVEL); in getEventAccessLevel()