Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/notification/
DEnableZenModeDialogTest.java115 mController.bindConditions(mController.forever()); in testForeverChecked()
201 EnableZenModeDialog.ConditionTag forever = mController.getConditionTagAt( in testAccessibility() local
208 forever.rb.setChecked(true); in testAccessibility()
209 assertThat(forever.line1.getStateDescription().toString()).isEqualTo("selected"); in testAccessibility()
214 assertThat(forever.line1.getStateDescription()).isNull(); in testAccessibility()
DZenDurationDialogTest.java216 ZenDurationDialog.ConditionTag forever = mController.getConditionTagAt( in testAccessibility() local
223 forever.rb.setChecked(true); in testAccessibility()
224 assertThat(forever.line1.getStateDescription().toString()).isEqualTo("selected"); in testAccessibility()
229 assertThat(forever.line1.getStateDescription()).isNull(); in testAccessibility()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
DEnableZenModeDialog.java168 bindConditions(forever()); in createDialog()
254 bind(forever(), mZenRadioGroupContent.getChildAt(FOREVER_CONDITION_INDEX), in bindConditions()
283 public Condition forever() { in forever() method in EnableZenModeDialog
/frameworks/base/cmds/bootanimation/
DFORMAT.md46 * **COUNT:** how many times to play the animation, or 0 to loop forever until boot is complete