Searched refs:COLOR_TEMPERATURE_PROPERTY (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/development/
H A DDevelopmentSettings.java139 private static final String COLOR_TEMPERATURE_PROPERTY = "persist.sys.debug.color_temp"; field in class:DevelopmentSettings
1410 SystemProperties.getBoolean(COLOR_TEMPERATURE_PROPERTY, false));
1414 SystemProperties.set(COLOR_TEMPERATURE_PROPERTY,

Completed in 157 milliseconds