Searched refs:shouldMaximizeDoze (Results 1 – 4 of 4) sorted by relevance
311 public boolean shouldMaximizeDoze() { in shouldMaximizeDoze() method in ZenDeviceEffects412 mMaximizeDoze = zenDeviceEffects.shouldMaximizeDoze(); in Builder()579 if (effects.shouldMaximizeDoze()) setShouldMaximizeDoze(true); in add()
1470 writeBooleanIfTrue(out, DEVICE_EFFECT_MAXIMIZE_DOZE, deviceEffects.shouldMaximizeDoze()); in writeZenDeviceEffectsXml()
71 assertThat(deviceEffects.shouldMaximizeDoze()).isTrue(); in builder()
1414 .setShouldMaximizeDoze(oldEffects.shouldMaximizeDoze()) in updateZenDeviceEffects()1452 if (oldEffects.shouldMaximizeDoze() != newEffects.shouldMaximizeDoze()) { in updateZenDeviceEffects()