Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DEvent.java102 private static final int PROJECTION_END_MINUTE_INDEX = 12; field in Event
402 e.endTime = cEvents.getInt(PROJECTION_END_MINUTE_INDEX); in generateEventFromCursor()