Home
last modified time | relevance | path

Searched refs:getDeviceEffects (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/notification/modes/
DZenMode.java201 public ZenDeviceEffects getDeviceEffects() { in getDeviceEffects() method in ZenMode
202 return mRule.getDeviceEffects() != null in getDeviceEffects()
203 ? mRule.getDeviceEffects() in getDeviceEffects()
DZenModeDisplayEffectPreferenceController.java37 ZenDeviceEffects effects = zenMode.getRule().getDeviceEffects(); in updateState()
63 zenMode.getDeviceEffects()); in onPreferenceChange()
DZenModesBackend.java197 mode.getRule().getDeviceEffects()); in updateMode()
DZenModeSummaryHelper.java194 ZenDeviceEffects currEffects = zenMode.getRule().getDeviceEffects(); in getDisplayEffectsSummary()
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/modes/
DZenModeDisplayEffectPreferenceControllerTest.java106 assertThat(captor.getValue().getRule().getDeviceEffects().shouldDisplayGrayscale()) in testOnPreferenceChange_grayscale()
153 assertThat(captor.getValue().getRule().getDeviceEffects().shouldSuppressAmbientDisplay()) in testOnPreferenceChange_aod()
202 assertThat(captor.getValue().getRule().getDeviceEffects().shouldDimWallpaper()).isFalse(); in testOnPreferenceChange_wallpaper()
250 assertThat(captor.getValue().getRule().getDeviceEffects().shouldUseNightMode()).isFalse(); in testOnPreferenceChange_darkTheme()