Searched refs:shouldUseNightMode (Results 1 – 6 of 6) sorted by relevance
111 if (mLastAppliedEffects.shouldUseNightMode() != effects.shouldUseNightMode()) { in apply()113 updateOrScheduleNightMode(effects.shouldUseNightMode(), origin); in apply()
1433 if (oldEffects.shouldUseNightMode() != newEffects.shouldUseNightMode()) { in updateZenDeviceEffects()
73 assertThat(deviceEffects.shouldUseNightMode()).isFalse(); in builder()97 assertThat(modified.shouldUseNightMode()).isFalse(); // updated in builder_fromInstance()151 assertThat(copy.shouldUseNightMode()).isTrue(); in writeToParcel_parcelsAndUnparcels()
260 public boolean shouldUseNightMode() { in shouldUseNightMode() method in ZenDeviceEffects406 mNightMode = zenDeviceEffects.shouldUseNightMode(); in Builder()573 if (effects.shouldUseNightMode()) setShouldUseNightMode(true); in add()
1460 writeBooleanIfTrue(out, DEVICE_EFFECT_USE_NIGHT_MODE, deviceEffects.shouldUseNightMode()); in writeZenDeviceEffectsXml()
41301 method public boolean shouldUseNightMode();