Searched refs:MINIMUM_SAMPLE_COUNT (Results 1 – 1 of 1) sorted by relevance
1461 private static final int MINIMUM_SAMPLE_COUNT = 3; field in ThermalManagerService.TemperatureWatcher1497 if (samples.size() < MINIMUM_SAMPLE_COUNT) { in getForecast()