Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBluetoothPowerCalculator.java46 final long rxTimeMs = counter.getRxTimeCounter().getCountLocked(statsType); in calculateApp()
74 final long rxTimeMs = counter.getRxTimeCounter().getCountLocked(statsType); in calculateRemaining()
DWifiPowerCalculator.java50 final long rxTime = counter.getRxTimeCounter().getCountLocked(statsType); in calculateApp()
81 final long rxTimeMs = counter.getRxTimeCounter().getCountLocked(statsType); in calculateRemaining()
DBatteryStatsImpl.java2037 public LongSamplingCounter getRxTimeCounter() { in getRxTimeCounter() method in BatteryStatsImpl.ControllerActivityCounterImpl
8525 activityCounter.getRxTimeCounter().addCountLocked(scanRxTimeSinceMarkMs); in updateWifiStateLocked()
8575 uid.getOrCreateWifiControllerActivityLocked().getRxTimeCounter() in updateWifiStateLocked()
8582 mWifiActivity.getRxTimeCounter().addCountLocked(info.getControllerRxTimeMillis()); in updateWifiStateLocked()
8684 activityCounter.getRxTimeCounter().addCountLocked(rxMs); in updateMobileRadioStateLocked()
8708 mModemActivity.getRxTimeCounter().addCountLocked(activityInfo.getRxTimeMillis()); in updateMobileRadioStateLocked()
8806 counter.getRxTimeCounter().addCountLocked(scanTimeRxSinceMarkMs); in updateBluetoothStateLocked()
8863 counter.getRxTimeCounter().addCountLocked(timeRxMs); in updateBluetoothStateLocked()
8881 mBluetoothActivity.getRxTimeCounter().addCountLocked( in updateBluetoothStateLocked()
/frameworks/base/services/core/java/com/android/server/am/
DHealthStatsBatteryStatsWriter.java166 controller.getRxTimeCounter().getCountLocked(STATS_SINCE_UNPLUGGED)); in writeUid()
185 controller.getRxTimeCounter().getCountLocked(STATS_SINCE_UNPLUGGED)); in writeUid()
204 controller.getRxTimeCounter().getCountLocked(STATS_SINCE_UNPLUGGED)); in writeUid()
/frameworks/base/core/java/android/os/
DBatteryStats.java304 public abstract LongCounter getRxTimeCounter(); in getRxTimeCounter() method in BatteryStats.ControllerActivityCounter
2667 || counter.getRxTimeCounter().getCountLocked(which) != 0 in controllerActivityHasData()
2700 pw.print(counter.getRxTimeCounter().getCountLocked(which)); in dumpControllerActivityLine()
2723 final long rxTimeMs = counter.getRxTimeCounter().getCountLocked(which); in printControllerActivity()