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.java70 protected static final int COUNTDOWN_ALARM_CONDITION_INDEX = 2; field in EnableZenModeDialog
240 getConditionTagAt(COUNTDOWN_ALARM_CONDITION_INDEX).rb.setChecked(true); in bindConditions()
404 View alarmContent = mZenRadioGroupContent.getChildAt(COUNTDOWN_ALARM_CONDITION_INDEX); in bindNextAlarm()
408 bind(c, alarmContent, COUNTDOWN_ALARM_CONDITION_INDEX); in bindNextAlarm()
414 mZenRadioGroup.getChildAt(COUNTDOWN_ALARM_CONDITION_INDEX).setVisibility( in bindNextAlarm()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DZenModePanel.java89 private static final int COUNTDOWN_ALARM_CONDITION_INDEX = 2; field in ZenModePanel
535 getConditionTagAt(COUNTDOWN_ALARM_CONDITION_INDEX).rb.setChecked(true);
560 View alarmContent = mZenRadioGroupContent.getChildAt(COUNTDOWN_ALARM_CONDITION_INDEX);
564 bind(c, alarmContent, COUNTDOWN_ALARM_CONDITION_INDEX);
569 mZenRadioGroup.getChildAt(COUNTDOWN_ALARM_CONDITION_INDEX).setVisibility(
718 if (rowId != COUNTDOWN_ALARM_CONDITION_INDEX && time > 0) { in bind()