Searched refs:PERSISTENT_PROPERTY_DISPLAY_COLOR (Results 1 – 2 of 2) sorted by relevance
22 … static com.android.server.display.color.DisplayTransformManager.PERSISTENT_PROPERTY_DISPLAY_COLOR;83 assertThat(mSystemProperties.get(PERSISTENT_PROPERTY_DISPLAY_COLOR)) in setColorMode_natural()93 assertThat(mSystemProperties.get(PERSISTENT_PROPERTY_DISPLAY_COLOR)) in setColorMode_boosted()102 assertThat(mSystemProperties.get(PERSISTENT_PROPERTY_DISPLAY_COLOR)) in setColorMode_saturated()111 assertThat(mSystemProperties.get(PERSISTENT_PROPERTY_DISPLAY_COLOR)) in setColorMode_automatic()120 assertThat(mSystemProperties.get(PERSISTENT_PROPERTY_DISPLAY_COLOR)) in setColorMode_vendor()129 assertThat(mSystemProperties.get(PERSISTENT_PROPERTY_DISPLAY_COLOR)) in setColorMode_outOfBounds()
80 static final String PERSISTENT_PROPERTY_DISPLAY_COLOR = "persist.sys.sf.native_mode"; field in DisplayTransformManager240 return SystemProperties.getInt(PERSISTENT_PROPERTY_DISPLAY_COLOR, in needsLinearColorMatrix()327 SystemProperties.set(PERSISTENT_PROPERTY_DISPLAY_COLOR, Integer.toString(color)); in setDisplayColor()