Home
last modified time | relevance | path

Searched refs:setShouldDimWallpaper (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenDeviceEffectsTest.java53 .setShouldDimWallpaper(true) in builder()
81 .setShouldDimWallpaper(true) in builder_fromInstance()
105 .setShouldDimWallpaper(true) in builder_add_merges()
120 .setShouldDimWallpaper(true) in builder_add_merges()
130 .setShouldDimWallpaper(true) in writeToParcel_parcelsAndUnparcels()
166 .setShouldDimWallpaper(true) in hasEffects_some_returnsTrue()
DDefaultDeviceEffectsApplierTest.java122 .setShouldDimWallpaper(true) in apply_appliesEffects()
140 .setShouldDimWallpaper(true) in apply_removesEffects()
185 .setShouldDimWallpaper(true) in apply_missingSomeServices_okay()
206 .setShouldDimWallpaper(true) in apply_disabledWallpaperService_dimWallpaperNotApplied()
220 .setShouldDimWallpaper(true) in apply_someEffects_onlyThoseEffectsApplied()
236 mApplier.apply(new ZenDeviceEffects.Builder().setShouldDimWallpaper(true).build(), in apply_onlyEffectDeltaApplied()
341 .setShouldDimWallpaper(true) in apply_servicesThrow_noCrash()
DZenModeHelperTest.java1074 .setShouldDimWallpaper(true) in testParcelConfig()
1094 .setShouldDimWallpaper(true) in testWriteXml()
2603 .setShouldDimWallpaper(true) in addAutomaticZenRule_fromApp_ignoresHiddenEffects()
2625 .setShouldDimWallpaper(true) in addAutomaticZenRule_fromApp_ignoresHiddenEffects()
2636 .setShouldDimWallpaper(true) in addAutomaticZenRule_fromSystem_respectsHiddenEffects()
2663 .setShouldDimWallpaper(true) in addAutomaticZenRule_fromUser_respectsHiddenEffects()
5023 .setShouldDimWallpaper(true) in removeAutomaticZenRule_propagatesOriginToEffectsApplier()
5046 .setShouldDimWallpaper(true) in testDeviceEffects_applied()
5101 .setShouldDimWallpaper(true) in testDeviceEffects_changeToConsolidatedEffects_applied()
5111 .setShouldDimWallpaper(true) in testDeviceEffects_changeToConsolidatedEffects_applied()
[all …]
DZenModeDiffTest.java341 .setShouldDimWallpaper(true) in makeRule()
DZenModeConfigTest.java603 .setShouldDimWallpaper(false) in testRuleXml()
/frameworks/base/core/java/android/service/notification/
DZenDeviceEffects.java439 public Builder setShouldDimWallpaper(boolean dimWallpaper) { in setShouldDimWallpaper() method in ZenDeviceEffects.Builder
572 if (effects.shouldDimWallpaper()) setShouldDimWallpaper(true); in add()
DZenModeConfig.java1434 .setShouldDimWallpaper(safeBoolean(parser, DEVICE_EFFECT_DIM_WALLPAPER, false)) in readZenDeviceEffectsXml()
/frameworks/base/core/api/
Dcurrent.txt41310 …onNull public android.service.notification.ZenDeviceEffects.Builder setShouldDimWallpaper(boolean);