Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java493 int mMobileRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW; field in BatteryStatsImpl
4199 if (mMobileRadioPowerState != powerState) { in noteMobileRadioPowerStateLocked()
4227 mMobileRadioPowerState = powerState; in noteMobileRadioPowerStateLocked()
11398 mMobileRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW; in readSummaryFromParcel()
12201 mMobileRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW; in readFromParcelLocked()
12544 pr.println("*** mMobileRadioPowerState=" + mMobileRadioPowerState); in dumpLocked()