Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DWifiPowerCalculator.java278 totalPowerMah = calcGlobalPowerWithoutControllerDataMah(totalDurationMs); in calculateRemaining()
309 public double calcGlobalPowerWithoutControllerDataMah(long globalWifiRunningTimeMs) { in calcGlobalPowerWithoutControllerDataMah() method in WifiPowerCalculator
H A DBatteryStatsImpl.java12242 .calcGlobalPowerWithoutControllerDataMah(globalTimeMs); in updateWifiState()