Home
last modified time | relevance | path

Searched refs:mAmbientBrightnessStatsTracker (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/
DBrightnessTracker.java147 private AmbientBrightnessStatsTracker mAmbientBrightnessStatsTracker; field in BrightnessTracker
415 mAmbientBrightnessStatsTracker.start(); in startSensorListener()
424 mAmbientBrightnessStatsTracker.stop(); in stopSensorListener()
480 mAmbientBrightnessStatsTracker.writeStats(output); in writeAmbientBrightnessStats()
510 mAmbientBrightnessStatsTracker = new AmbientBrightnessStatsTracker(mUserManager, null); in readAmbientBrightnessStats()
516 mAmbientBrightnessStatsTracker.readStats(input); in readAmbientBrightnessStats()
748 if (mAmbientBrightnessStatsTracker != null) { in dump()
750 mAmbientBrightnessStatsTracker.dump(pw); in dump()
827 if (mAmbientBrightnessStatsTracker != null) { in getAmbientBrightnessStats()
829 mAmbientBrightnessStatsTracker.getUserStats(userId); in getAmbientBrightnessStats()
[all …]