Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenDeviceEffectsTest.java59 .addExtraEffect("WILL BE GONE") in builder()
62 .addExtraEffect("5") in builder()
85 .addExtraEffect("1") in builder_fromInstance()
91 .addExtraEffect("2") in builder_fromInstance()
106 .addExtraEffect("one") in builder_add_merges()
110 .addExtraEffect("two") in builder_add_merges()
114 .addExtraEffect("three") in builder_add_merges()
174 .addExtraEffect("extra") in hasEffects_extras_returnsTrue()
182 .addExtraEffect("short") in validate_extrasLength()
183 .addExtraEffect("anotherShort") in validate_extrasLength()
[all …]
DZenModeConfigTest.java663 .addExtraEffect("one,stillOne,,andStillOne,,,andYetStill") in testRuleXml_weirdEffects()
664 .addExtraEffect(",two,stillTwo,") in testRuleXml_weirdEffects()
665 .addExtraEffect("three\\andThree") in testRuleXml_weirdEffects()
666 .addExtraEffect("four\\,andFour") in testRuleXml_weirdEffects()
DZenModeHelperTest.java2691 .addExtraEffect("extra") in updateAutomaticZenRule_fromApp_preservesPreviousHiddenEffects()
2703 .addExtraEffect("should be rejected") // Bad in updateAutomaticZenRule_fromApp_preservesPreviousHiddenEffects()
2717 .addExtraEffect("extra") in updateAutomaticZenRule_fromApp_preservesPreviousHiddenEffects()
5086 .addExtraEffect("ONE") in testDeviceEffects_changeToConsolidatedEffects_applied()
5094 .addExtraEffect("ONE") in testDeviceEffects_changeToConsolidatedEffects_applied()
5102 .addExtraEffect("TWO") in testDeviceEffects_changeToConsolidatedEffects_applied()
5125 .addExtraEffect("extra_effect") in testDeviceEffects_noChangeToConsolidatedEffects_notApplied()
/frameworks/base/core/java/android/service/notification/
DZenDeviceEffects.java557 public Builder addExtraEffect(@NonNull String extraEffect) { in addExtraEffect() method in ZenDeviceEffects.Builder