Searched refs:colIndexTitle (Results 1 – 1 of 1) sorted by relevance
2956 int colIndexTitle = cursor.getColumnIndex(CalendarContract.Events.TITLE); in checkEvent() local2964 assertEquals(title, cursor.getString(colIndexTitle)); in checkEvent()