Home
last modified time | relevance | path

Searched refs:getDeviceScanTime (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/stats/
DBluetoothPowerStatsLayout.java88 public long getDeviceScanTime(long[] stats) { in getDeviceScanTime() method in BluetoothPowerStatsLayout
DWifiPowerStatsLayout.java116 public long getDeviceScanTime(long[] stats) { in getDeviceScanTime() method in WifiPowerStatsLayout
DMobileRadioPowerStatsLayout.java113 public long getDeviceScanTime(long[] stats) { in getDeviceScanTime() method in MobileRadioPowerStatsLayout
DBluetoothPowerStatsProcessor.java165 intermediates.scanTime = mStatsLayout.getDeviceScanTime(mTmpDeviceStatsArray); in computeDevicePowerEstimates()
DWifiPowerStatsProcessor.java202 mStatsLayout.getDeviceScanTime(mTmpDeviceStatsArray)); in computeDevicePowerEstimates()
DMobileRadioPowerStatsProcessor.java255 mStatsLayout.getDeviceScanTime(mTmpDeviceStatsArray)); in computeDevicePowerEstimates()
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DBluetoothPowerStatsCollectorTest.java197 assertThat(layout.getDeviceScanTime(powerStats.stats)).isEqualTo(800); in collectStats()
DWifiPowerStatsCollectorTest.java253 assertThat(layout.getDeviceScanTime(powerStats.stats)).isEqualTo(200); in collectStats_powerReportingSupported()
DMobileRadioPowerStatsCollectorTest.java248 assertThat(layout.getDeviceScanTime(powerStats.stats)).isEqualTo(60000); in collectStats()