Searched refs:getDeviceTxTime (Results 1 – 6 of 6) sorted by relevance
72 public long getDeviceTxTime(long[] stats) { in getDeviceTxTime() method in BluetoothPowerStatsLayout
108 public long getDeviceTxTime(long[] stats) { in getDeviceTxTime() method in WifiPowerStatsLayout
164 intermediates.txTime = mStatsLayout.getDeviceTxTime(mTmpDeviceStatsArray); in computeDevicePowerEstimates()
200 mStatsLayout.getDeviceTxTime(mTmpDeviceStatsArray)); in computeDevicePowerEstimates()
195 assertThat(layout.getDeviceTxTime(powerStats.stats)).isEqualTo(1000); in collectStats()
252 assertThat(layout.getDeviceTxTime(powerStats.stats)).isEqualTo(1000); in collectStats_powerReportingSupported()