Searched refs:FOREVER_CONDITION_INDEX (Results 1 – 4 of 4) sorted by relevance
117 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()
68 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()
55 @VisibleForTesting protected static final int FOREVER_CONDITION_INDEX = 0; field in ZenDurationDialog104 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()
67 protected static final int FOREVER_CONDITION_INDEX = 0; field in EnableZenModeDialog254 bind(forever(), mZenRadioGroupContent.getChildAt(FOREVER_CONDITION_INDEX), in bindConditions()255 FOREVER_CONDITION_INDEX); in bindConditions() local260 getConditionTagAt(FOREVER_CONDITION_INDEX).rb.setChecked(true); in bindConditions()