Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBluetoothPowerStatsLayout.java68 public void setDeviceTxTime(long[] stats, long durationMillis) { in setDeviceTxTime() method in BluetoothPowerStatsLayout
DWifiPowerStatsLayout.java104 public void setDeviceTxTime(long[] stats, long durationMillis) { in setDeviceTxTime() method in WifiPowerStatsLayout
DBluetoothPowerStatsCollector.java214 mLayout.setDeviceTxTime(mDeviceStats, txTimeDelta); in collectBluetoothActivityInfo()
DWifiPowerStatsCollector.java206 mLayout.setDeviceTxTime(mDeviceStats, txDuration); in collectWifiActivityInfo()