Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java868 boolean mIsCellularTxPowerHigh = false; field in BatteryStatsImpl
11532 if (!mIsCellularTxPowerHigh) { in addModemTxPowerToHistory()
11535 mIsCellularTxPowerHigh = true; in addModemTxPowerToHistory()
11539 if (mIsCellularTxPowerHigh) { in addModemTxPowerToHistory()
11542 mIsCellularTxPowerHigh = false; in addModemTxPowerToHistory()
13832 mIsCellularTxPowerHigh = false; in readSummaryFromParcel()
14791 mIsCellularTxPowerHigh = false; in readFromParcelLocked()