Searched refs:lowAmbientBrightnessThresholds (Results 1 – 2 of 2) sorted by relevance
107 whenever(mockDeviceConfig.lowAmbientBrightnessThresholds).thenReturn(floatArrayOf(10f)) in setUpLowBrightnessZone()
1927 float[] lowAmbientBrightnessThresholds = in observe() local1929 if (lowDisplayBrightnessThresholds != null && lowAmbientBrightnessThresholds != null in observe()1931 == lowAmbientBrightnessThresholds.length) { in observe()1933 mLowAmbientBrightnessThresholds = lowAmbientBrightnessThresholds; in observe()2934 float[] lowAmbientBrightnessThresholds = in onPropertiesChanged() local2939 new Pair<>(lowDisplayBrightnessThresholds, lowAmbientBrightnessThresholds)) in onPropertiesChanged()