Searched refs:getDeviceRxTime (Results 1 – 6 of 6) sorted by relevance
64 public long getDeviceRxTime(long[] stats) { in getDeviceRxTime() method in BluetoothPowerStatsLayout
100 public long getDeviceRxTime(long[] stats) { in getDeviceRxTime() method in WifiPowerStatsLayout
163 intermediates.rxTime = mStatsLayout.getDeviceRxTime(mTmpDeviceStatsArray); in computeDevicePowerEstimates()
198 mStatsLayout.getDeviceRxTime(mTmpDeviceStatsArray)); in computeDevicePowerEstimates()
194 assertThat(layout.getDeviceRxTime(powerStats.stats)).isEqualTo(6000); in collectStats()
251 assertThat(layout.getDeviceRxTime(powerStats.stats)).isEqualTo(6000); in collectStats_powerReportingSupported()