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.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()
279 case FOREVER_CONDITION_INDEX: in updateUi()
DEnableZenModeDialog.java67 protected static final int FOREVER_CONDITION_INDEX = 0; field in EnableZenModeDialog
228 bind(forever(), mZenRadioGroupContent.getChildAt(FOREVER_CONDITION_INDEX), in bindConditions()
229 FOREVER_CONDITION_INDEX); in bindConditions() local
234 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.java90 private static final int FOREVER_CONDITION_INDEX = 0; field in ZenModePanel
525 bind(forever(), mZenRadioGroupContent.getChildAt(FOREVER_CONDITION_INDEX),
526 FOREVER_CONDITION_INDEX);
532 getConditionTagAt(FOREVER_CONDITION_INDEX).rb.setChecked(true);