Searched refs:setExtraEffects (Results 1 – 7 of 7) sorted by relevance
60 .setExtraEffects(ImmutableSet.of("1", "2")) in builder()123 .setExtraEffects(ImmutableSet.of("one", "two", "three")) in builder_add_merges()135 .setExtraEffects(ImmutableSet.of("1", "2", "3")) in writeToParcel_parcelsAndUnparcels()
611 .setExtraEffects(ImmutableSet.of("one", "two")) in testRuleXml()
5112 .setExtraEffects(ImmutableSet.of("ONE", "TWO")) in testDeviceEffects_changeToConsolidatedEffects_applied()
525 public Builder setExtraEffects(@NonNull Set<String> extraEffects) { in setExtraEffects() method in ZenDeviceEffects.Builder
1446 .setExtraEffects(safeStringSet(parser, DEVICE_EFFECT_EXTRAS)) in readZenDeviceEffectsXml()
1415 .setExtraEffects(oldEffects.getExtraEffects()) in updateZenDeviceEffects()
3124 …method @NonNull public android.service.notification.ZenDeviceEffects.Builder setExtraEffects(@NonN…