Searched refs:getRxTimeCounter (Results 1 – 5 of 5) sorted by relevance
46 final long rxTimeMs = counter.getRxTimeCounter().getCountLocked(statsType); in calculateApp()74 final long rxTimeMs = counter.getRxTimeCounter().getCountLocked(statsType); in calculateRemaining()
50 final long rxTime = counter.getRxTimeCounter().getCountLocked(statsType); in calculateApp()81 final long rxTimeMs = counter.getRxTimeCounter().getCountLocked(statsType); in calculateRemaining()
2037 public LongSamplingCounter getRxTimeCounter() { in getRxTimeCounter() method in BatteryStatsImpl.ControllerActivityCounterImpl8525 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()
166 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()
304 public abstract LongCounter getRxTimeCounter(); in getRxTimeCounter() method in BatteryStats.ControllerActivityCounter2667 || 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()