Searched refs:INDEX_EVENT_LOCATION (Results 1 – 7 of 7) sorted by relevance
74 String location = cursor.getString(AlertActivity.INDEX_EVENT_LOCATION); in bindView()
73 public static final int INDEX_EVENT_LOCATION = 2; field in AlertActivity
183 row[CalendarAppWidgetService.INDEX_EVENT_LOCATION] = new String(location); in getRow()
257 String whereString = cursor.getString(AgendaWindowAdapter.INDEX_EVENT_LOCATION); in bindView()
90 public static final int INDEX_EVENT_LOCATION = 2; field in AgendaWindowAdapter
287 cursor.getString(CalendarAppWidgetService.INDEX_EVENT_LOCATION); in buildFromCursor()
86 static final int INDEX_EVENT_LOCATION = 4; field in CalendarAppWidgetService