Home
last modified time | relevance | path

Searched refs:getDeviceTxTime (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/stats/
DBluetoothPowerStatsLayout.java72 public long getDeviceTxTime(long[] stats) { in getDeviceTxTime() method in BluetoothPowerStatsLayout
DWifiPowerStatsLayout.java108 public long getDeviceTxTime(long[] stats) { in getDeviceTxTime() method in WifiPowerStatsLayout
DBluetoothPowerStatsProcessor.java164 intermediates.txTime = mStatsLayout.getDeviceTxTime(mTmpDeviceStatsArray); in computeDevicePowerEstimates()
DWifiPowerStatsProcessor.java200 mStatsLayout.getDeviceTxTime(mTmpDeviceStatsArray)); in computeDevicePowerEstimates()
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DBluetoothPowerStatsCollectorTest.java195 assertThat(layout.getDeviceTxTime(powerStats.stats)).isEqualTo(1000); in collectStats()
DWifiPowerStatsCollectorTest.java252 assertThat(layout.getDeviceTxTime(powerStats.stats)).isEqualTo(1000); in collectStats_powerReportingSupported()