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.java870 int mMobileRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW; field in BatteryStatsImpl
5046 if (mMobileRadioPowerState != powerState) { in noteMobileRadioPowerStateLocked()
5074 mMobileRadioPowerState = powerState; in noteMobileRadioPowerStateLocked()
13793 mMobileRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW; in readSummaryFromParcel()
14734 mMobileRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW; in readFromParcelLocked()
15142 pr.println("*** mMobileRadioPowerState=" + mMobileRadioPowerState); in dumpLocked()