Searched refs:showAlarm (Results 1 – 3 of 3) sorted by relevance
431 boolean showAlarm = tag != null && tag.condition != null; in bindNextAlarm()433 showAlarm ? View.VISIBLE : View.GONE); in bindNextAlarm()434 alarmContent.setVisibility(showAlarm ? View.VISIBLE : View.GONE); in bindNextAlarm()
433 val showAlarm = regex438 startActivity(showAlarm)
572 boolean showAlarm = tag != null && tag.condition != null;574 showAlarm ? View.VISIBLE : View.INVISIBLE);575 alarmContent.setVisibility(showAlarm ? View.VISIBLE : View.INVISIBLE);