Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
H A DEnableZenModeDialog.java431 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()
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/
H A DHandleApiCalls.kt433 val showAlarm = regex
438 startActivity(showAlarm)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java572 boolean showAlarm = tag != null && tag.condition != null;
574 showAlarm ? View.VISIBLE : View.INVISIBLE);
575 alarmContent.setVisibility(showAlarm ? View.VISIBLE : View.INVISIBLE);