Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/power/
H A DThermalManagerService.java1155 float getSlopeOf(List<Sample> samples) { in getSlopeOf() method in ThermalManagerService.TemperatureWatcher
1243 float slope = getSlopeOf(samples); in getForecast()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/power/
H A DThermalManagerServiceTest.java417 assertEquals(1.0f, watcher.getSlopeOf(samples), 0.01f); in testTemperatureWatcherGetSlopeOf()