Home
last modified time | relevance | path

Searched defs:txTimeMs (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBluetoothPowerCalculator.java47 final long txTimeMs = counter.getTxTimeCounters()[0].getCountLocked(statsType); in calculateApp() local
73 final long txTimeMs = counter.getTxTimeCounters()[0].getCountLocked(statsType); in calculateRemaining() local
DWifiPowerCalculator.java80 final long txTimeMs = counter.getTxTimeCounters()[0].getCountLocked(statsType); in calculateRemaining() local
DBatteryStatsImpl.java10795 final long txTimeMs = info.getControllerTxTimeMillis(); in updateWifiState() local
10978 int[] txTimeMs = new int[ModemActivityInfo.TX_POWER_LEVELS]; in getDeltaModemActivityInfo() local
11048 int[] txTimeMs = deltaInfo.getTxTimeMillis(); in updateMobileRadioState() local
11180 int[] txTimeMs = activityInfo.getTxTimeMillis(); in addModemTxPowerToHistory() local
11211 long txTimeMs; field in BatteryStatsImpl.BluetoothActivityInfoCache
11253 final long txTimeMs = in updateBluetoothStateLocked() local
12614 long[] txTimeMs = new long[Math.min(ModemActivityInfo.TX_POWER_LEVELS, in getCellularBatteryStats() local
12647 final long txTimeMs = counter.getTxTimeCounters()[0].getCountLocked(which); in getWifiBatteryStats() local
/frameworks/base/telephony/java/android/telephony/
DModemActivityInfo.java47 int[] txTimeMs, int rxTimeMs, int energyUsed) { in ModemActivityInfo()
125 public void setTxTimeMillis(int[] txTimeMs) { in setTxTimeMillis()
/frameworks/base/services/core/java/com/android/server/am/
DBatteryExternalStatsWorker.java564 final long txTimeMs = latest.mControllerTxTimeMs - lastTxMs; in extractDeltaLocked() local
/frameworks/base/tools/powermodel/src/com/android/powermodel/
DRawBatteryStats.java257 public long[] txTimeMs; field in RawBatteryStats.GlobalModemController