Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
DSelectCalendarsSimpleAdapter.java281 CheckBox syncCheckBox = (CheckBox) view.findViewById(R.id.sync); in getView() local
282 if (syncCheckBox != null) { in getView()
285 syncCheckBox.setChecked(selected); in getView()