Searched defs:CALENDARS_INDEX_ACCESS_LEVEL (Results 1 - 2 of 2) sorted by relevance

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

Completed in 122 milliseconds