Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java878 int mWifiRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW; field in BatteryStatsImpl
5810 if (mWifiRadioPowerState != powerState) { in noteWifiRadioPowerState()
5828 mWifiRadioPowerState = powerState; in noteWifiRadioPowerState()
13800 mWifiRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW; in readSummaryFromParcel()
14744 mWifiRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW; in readFromParcelLocked()
15149 pr.println("*** mWifiRadioPowerState=" + mWifiRadioPowerState); in dumpLocked()