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.java501 int mWifiRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW; field in BatteryStatsImpl
4906 if (mWifiRadioPowerState != powerState) { in noteWifiRadioPowerState()
4921 mWifiRadioPowerState = powerState; in noteWifiRadioPowerState()
11404 mWifiRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW; in readSummaryFromParcel()
12209 mWifiRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW; in readFromParcelLocked()
12549 pr.println("*** mWifiRadioPowerState=" + mWifiRadioPowerState); in dumpLocked()