Searched refs:setShouldDimWallpaper (Results 1 – 8 of 8) sorted by relevance
53 .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()
122 .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()
1074 .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 …]
341 .setShouldDimWallpaper(true) in makeRule()
603 .setShouldDimWallpaper(false) in testRuleXml()
439 public Builder setShouldDimWallpaper(boolean dimWallpaper) { in setShouldDimWallpaper() method in ZenDeviceEffects.Builder572 if (effects.shouldDimWallpaper()) setShouldDimWallpaper(true); in add()
1434 .setShouldDimWallpaper(safeBoolean(parser, DEVICE_EFFECT_DIM_WALLPAPER, false)) in readZenDeviceEffectsXml()
41310 …onNull public android.service.notification.ZenDeviceEffects.Builder setShouldDimWallpaper(boolean);