Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DWifiPowerCalculator.java37 mRxCurrentMa = profile.getAveragePower(PowerProfile.POWER_WIFI_CONTROLLER_RX); in WifiPowerCalculator()
DPowerProfile.java83 public static final String POWER_WIFI_CONTROLLER_RX = "wifi.controller.rx"; field in PowerProfile
DBatteryStatsHelper.java156 profile.getAveragePower(PowerProfile.POWER_WIFI_CONTROLLER_RX) != 0 && in checkHasWifiPowerReporting()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java1680 PowerProfile.POWER_WIFI_CONTROLLER_RX); in reportActivityInfo()