Searched refs:colIndexDtEnd (Results 1 – 1 of 1) sorted by relevance
2958 int colIndexDtEnd = cursor.getColumnIndex(CalendarContract.Events.DTEND); in checkEvent() local2966 assertEquals(dtEnd, cursor.getLong(colIndexDtEnd)); in checkEvent()