Home
last modified time | relevance | path

Searched defs:txTimeMs (Results 1 – 5 of 5) 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.java11153 final long txTimeMs = info.getControllerTxTimeMillis(); in updateWifiState() local
11326 int[] txTimeMs = new int[ModemActivityInfo.TX_POWER_LEVELS]; in getDeltaModemActivityInfo() local
11396 int[] txTimeMs = deltaInfo.getTxTimeMillis(); in updateMobileRadioState() local
11519 int[] txTimeMs = activityInfo.getTxTimeMillis(); in addModemTxPowerToHistory() local
11550 long txTimeMs; field in BatteryStatsImpl.BluetoothActivityInfoCache
11592 final long txTimeMs = in updateBluetoothStateLocked() local
12927 long[] txTimeMs = new long[Math.min(ModemActivityInfo.TX_POWER_LEVELS, in getCellularBatteryStats() local
12959 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.java541 final long txTimeMs = latest.mControllerTxTimeMs - lastTxMs; in extractDeltaLocked() local