Searched defs:updateAmbientLux (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/
H A DAutomaticBrightnessController.java421 updateAmbientLux(time);
574 private void updateAmbientLux() { method in class:AutomaticBrightnessController
577 updateAmbientLux(time);
580 private void updateAmbientLux(long time) { method in class:AutomaticBrightnessController
588 Slog.d(TAG, "updateAmbientLux: Sensor not ready yet: " +
599 Slog.d(TAG, "updateAmbientLux: Initializing: " +
628 Slog.d(TAG, "updateAmbientLux: " +
648 Slog.d(TAG, "updateAmbientLux: Scheduling ambient lux update for " +
731 updateAmbientLux();

Completed in 192 milliseconds