Searched refs:getSlopeOf (Results 1 – 2 of 2) sorted by relevance
1155 float getSlopeOf(List<Sample> samples) { in getSlopeOf() method in ThermalManagerService.TemperatureWatcher1243 float slope = getSlopeOf(samples); in getForecast()
417 assertEquals(1.0f, watcher.getSlopeOf(samples), 0.01f); in testTemperatureWatcherGetSlopeOf()