Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/notification/
DEnableZenModeDialogTest.java105 EnableZenModeDialog.COUNTDOWN_ALARM_CONDITION_INDEX), in setup()
106 EnableZenModeDialog.COUNTDOWN_ALARM_CONDITION_INDEX); in setup()
118 EnableZenModeDialog.COUNTDOWN_ALARM_CONDITION_INDEX).rb.isChecked()); in testForeverChecked()
129 EnableZenModeDialog.COUNTDOWN_ALARM_CONDITION_INDEX).rb.isChecked()); in testNoneChecked()
143 EnableZenModeDialog.COUNTDOWN_ALARM_CONDITION_INDEX).rb.isChecked()); in testAlarmChecked()
157 EnableZenModeDialog.COUNTDOWN_ALARM_CONDITION_INDEX).rb.isChecked()); in testCountdownChecked()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
DEnableZenModeDialog.java71 protected static final int COUNTDOWN_ALARM_CONDITION_INDEX = 2; field in EnableZenModeDialog
241 getConditionTagAt(COUNTDOWN_ALARM_CONDITION_INDEX).rb.setChecked(true); in bindConditions()
406 View alarmContent = mZenRadioGroupContent.getChildAt(COUNTDOWN_ALARM_CONDITION_INDEX); in bindNextAlarm()
410 bind(c, alarmContent, COUNTDOWN_ALARM_CONDITION_INDEX); in bindNextAlarm()
416 mZenRadioGroup.getChildAt(COUNTDOWN_ALARM_CONDITION_INDEX).setVisibility( in bindNextAlarm()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DZenModePanel.java92 private static final int COUNTDOWN_ALARM_CONDITION_INDEX = 2; field in ZenModePanel
539 getConditionTagAt(COUNTDOWN_ALARM_CONDITION_INDEX).rb.setChecked(true);
564 View alarmContent = mZenRadioGroupContent.getChildAt(COUNTDOWN_ALARM_CONDITION_INDEX);
568 bind(c, alarmContent, COUNTDOWN_ALARM_CONDITION_INDEX);
573 mZenRadioGroup.getChildAt(COUNTDOWN_ALARM_CONDITION_INDEX).setVisibility(
723 if (rowId != COUNTDOWN_ALARM_CONDITION_INDEX && time > 0) { in bind()