Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
DAlarmTimeViewHolder.java42 public final CompoundButton onoff; field in AlarmTimeViewHolder
56 onoff = (CompoundButton) itemView.findViewById(R.id.onoff); in AlarmTimeViewHolder()
67 onoff.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { in AlarmTimeViewHolder()
91 onoff.setChecked(alarm.enabled); in bindOnOffSwitch()
92 ((SwitchCompat) onoff).setTextOn(context.getString(R.string.on_switch)); in bindOnOffSwitch()
93 ((SwitchCompat) onoff).setTextOff(context.getString(R.string.off_switch)); in bindOnOffSwitch()