Searched defs:shouldUseAutoBrightness (Results 1 – 7 of 7) sorted by relevance
67 assertEquals(displayBrightnessState.getShouldUseAutoBrightness(), shouldUseAutoBrightness); in validateAllDisplayBrightnessStateFieldsAreSetAsExpected() local
354 public void shouldUseAutoBrightness() { in shouldUseAutoBrightness() method in AutomaticBrightnessStrategy2Test
403 public void shouldUseAutoBrightness() { in shouldUseAutoBrightness() method in AutomaticBrightnessStrategyTest
185 public boolean shouldUseAutoBrightness() { in shouldUseAutoBrightness() method in AutomaticBrightnessStrategy2
239 public boolean shouldUseAutoBrightness() { in shouldUseAutoBrightness() method in AutomaticBrightnessStrategy
357 public Builder setShouldUseAutoBrightness(boolean shouldUseAutoBrightness) { in setShouldUseAutoBrightness()
2507 boolean brightnessIsTemporary, boolean shouldUseAutoBrightness) { in notifyBrightnessTrackerChanged()