Searched refs:FOREVER_CONDITION_INDEX (Results 1 – 5 of 5) sorted by relevance
54 @VisibleForTesting protected static final int FOREVER_CONDITION_INDEX = 0; field in ZenDurationDialog103 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()
66 protected static final int FOREVER_CONDITION_INDEX = 0; field in EnableZenModeDialog227 bind(forever(), mZenRadioGroupContent.getChildAt(FOREVER_CONDITION_INDEX), in bindConditions()228 FOREVER_CONDITION_INDEX); in bindConditions() local233 getConditionTagAt(FOREVER_CONDITION_INDEX).rb.setChecked(true); in bindConditions()
113 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()
66 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()
87 private static final int FOREVER_CONDITION_INDEX = 0; field in ZenModePanel521 bind(forever(), mZenRadioGroupContent.getChildAt(FOREVER_CONDITION_INDEX),522 FOREVER_CONDITION_INDEX);528 getConditionTagAt(FOREVER_CONDITION_INDEX).rb.setChecked(true);