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.java399 int mMobileRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW; field in BatteryStatsImpl
3165 if (mMobileRadioPowerState != powerState) { in noteMobileRadioPowerState()
3189 mMobileRadioPowerState = powerState; in noteMobileRadioPowerState()
9164 mMobileRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW; in readSummaryFromParcel()
9809 mMobileRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW; in readFromParcelLocked()
10109 pr.println("*** mMobileRadioPowerState=" + mMobileRadioPowerState); in dumpLocked()