Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
DZenDurationDialog.java54 @VisibleForTesting protected static final int FOREVER_CONDITION_INDEX = 0; field in ZenDurationDialog
103 case FOREVER_CONDITION_INDEX: in updateZenDuration()
162 checkedIndex = FOREVER_CONDITION_INDEX; in setupRadioButtons()
167 bindTag(zenDuration, mZenRadioGroupContent.getChildAt(FOREVER_CONDITION_INDEX), in setupRadioButtons()
168 FOREVER_CONDITION_INDEX); in setupRadioButtons()
275 case FOREVER_CONDITION_INDEX: in updateUi()
DEnableZenModeDialog.java66 protected static final int FOREVER_CONDITION_INDEX = 0; field in EnableZenModeDialog
227 bind(forever(), mZenRadioGroupContent.getChildAt(FOREVER_CONDITION_INDEX), in bindConditions()
228 FOREVER_CONDITION_INDEX); in bindConditions() local
233 getConditionTagAt(FOREVER_CONDITION_INDEX).rb.setChecked(true); in bindConditions()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/notification/
DEnableZenModeDialogTest.java113 assertTrue(mController.getConditionTagAt(EnableZenModeDialog.FOREVER_CONDITION_INDEX).rb in testForeverChecked()
124 assertFalse(mController.getConditionTagAt(EnableZenModeDialog.FOREVER_CONDITION_INDEX).rb in testNoneChecked()
138 assertFalse(mController.getConditionTagAt(EnableZenModeDialog.FOREVER_CONDITION_INDEX).rb in testAlarmChecked()
152 assertFalse(mController.getConditionTagAt(EnableZenModeDialog.FOREVER_CONDITION_INDEX).rb in testCountdownChecked()
DZenDurationDialogTest.java66 assertFalse(mController.getConditionTagAt(ZenDurationDialog.FOREVER_CONDITION_INDEX).rb in testAlwaysPrompt()
80 assertTrue(mController.getConditionTagAt(ZenDurationDialog.FOREVER_CONDITION_INDEX).rb in testForever()
93 assertFalse(mController.getConditionTagAt(ZenDurationDialog.FOREVER_CONDITION_INDEX).rb in testSpecificDuration()
121 mController.getConditionTagAt(ZenDurationDialog.FOREVER_CONDITION_INDEX).rb.setChecked( in testChooseForeverSetting()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DZenModePanel.java87 private static final int FOREVER_CONDITION_INDEX = 0; field in ZenModePanel
521 bind(forever(), mZenRadioGroupContent.getChildAt(FOREVER_CONDITION_INDEX),
522 FOREVER_CONDITION_INDEX);
528 getConditionTagAt(FOREVER_CONDITION_INDEX).rb.setChecked(true);