Searched refs:DEVICE_EFFECT_USE_NIGHT_MODE (Results 1 – 1 of 1) sorted by relevance
294 private static final String DEVICE_EFFECT_USE_NIGHT_MODE = "zdeUseNightMode"; field in ZenModeConfig1435 .setShouldUseNightMode(safeBoolean(parser, DEVICE_EFFECT_USE_NIGHT_MODE, false)) in readZenDeviceEffectsXml()1460 writeBooleanIfTrue(out, DEVICE_EFFECT_USE_NIGHT_MODE, deviceEffects.shouldUseNightMode()); in writeZenDeviceEffectsXml()