Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/notification/
H A DEnableZenModeDialogTest.java117 assertTrue(mController.getConditionTagAt(EnableZenModeDialog.FOREVER_CONDITION_INDEX).rb in testForeverChecked()
128 assertFalse(mController.getConditionTagAt(EnableZenModeDialog.FOREVER_CONDITION_INDEX).rb in testNoneChecked()
142 assertFalse(mController.getConditionTagAt(EnableZenModeDialog.FOREVER_CONDITION_INDEX).rb in testAlarmChecked()
156 assertFalse(mController.getConditionTagAt(EnableZenModeDialog.FOREVER_CONDITION_INDEX).rb in testCountdownChecked()
202 ZenDurationDialog.FOREVER_CONDITION_INDEX); in testAccessibility()
H A DZenDurationDialogTest.java68 assertFalse(mController.getConditionTagAt(ZenDurationDialog.FOREVER_CONDITION_INDEX).rb in testAlwaysPrompt()
82 assertTrue(mController.getConditionTagAt(ZenDurationDialog.FOREVER_CONDITION_INDEX).rb in testForever()
95 assertFalse(mController.getConditionTagAt(ZenDurationDialog.FOREVER_CONDITION_INDEX).rb in testSpecificDuration()
123 mController.getConditionTagAt(ZenDurationDialog.FOREVER_CONDITION_INDEX).rb.setChecked( in testChooseForeverSetting()
217 ZenDurationDialog.FOREVER_CONDITION_INDEX); in testAccessibility()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
H A DZenDurationDialog.java55 @VisibleForTesting protected static final int FOREVER_CONDITION_INDEX = 0; field in ZenDurationDialog
104 case FOREVER_CONDITION_INDEX: in updateZenDuration()
163 checkedIndex = FOREVER_CONDITION_INDEX; in setupRadioButtons()
168 bindTag(zenDuration, mZenRadioGroupContent.getChildAt(FOREVER_CONDITION_INDEX), in setupRadioButtons()
169 FOREVER_CONDITION_INDEX); in setupRadioButtons()
282 case FOREVER_CONDITION_INDEX: in updateUi()
H A DEnableZenModeDialog.java65 protected static final int FOREVER_CONDITION_INDEX = 0; field in EnableZenModeDialog
245 bind(forever(), mZenRadioGroupContent.getChildAt(FOREVER_CONDITION_INDEX), in bindConditions()
246 FOREVER_CONDITION_INDEX); in bindConditions() local
251 getConditionTagAt(FOREVER_CONDITION_INDEX).rb.setChecked(true); in bindConditions()