Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/notification/
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()
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()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
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()
DEnableZenModeDialog.java67 protected static final int FOREVER_CONDITION_INDEX = 0; field in EnableZenModeDialog
254 bind(forever(), mZenRadioGroupContent.getChildAt(FOREVER_CONDITION_INDEX), in bindConditions()
255 FOREVER_CONDITION_INDEX); in bindConditions() local
260 getConditionTagAt(FOREVER_CONDITION_INDEX).rb.setChecked(true); in bindConditions()