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.java407 int mWifiRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW; field in BatteryStatsImpl
3762 if (mWifiRadioPowerState != powerState) { in noteWifiRadioPowerState()
3774 mWifiRadioPowerState = powerState; in noteWifiRadioPowerState()
9170 mWifiRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW; in readSummaryFromParcel()
9816 mWifiRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW; in readFromParcelLocked()
10114 pr.println("*** mWifiRadioPowerState=" + mWifiRadioPowerState); in dumpLocked()