Searched refs:getDeviceIdleTime (Results 1 – 9 of 9) sorted by relevance
80 public long getDeviceIdleTime(long[] stats) { in getDeviceIdleTime() method in BluetoothPowerStatsLayout
140 public long getDeviceIdleTime(long[] stats) { in getDeviceIdleTime() method in WifiPowerStatsLayout
105 public long getDeviceIdleTime(long[] stats) { in getDeviceIdleTime() method in MobileRadioPowerStatsLayout
166 long idleTime = mStatsLayout.getDeviceIdleTime(mTmpDeviceStatsArray); in computeDevicePowerEstimates()
204 mStatsLayout.getDeviceIdleTime(mTmpDeviceStatsArray)); in computeDevicePowerEstimates()
250 mStatsLayout.getDeviceIdleTime(mTmpDeviceStatsArray)); in computeDevicePowerEstimates()
246 assertThat(layout.getDeviceIdleTime(powerStats.stats)).isEqualTo(300); in collectStats()302 assertThat(layout.getDeviceIdleTime(powerStats.stats)).isEqualTo(300); in collectStats_noPerNetworkTypeData()
196 assertThat(layout.getDeviceIdleTime(powerStats.stats)).isEqualTo(200); in collectStats()
254 assertThat(layout.getDeviceIdleTime(powerStats.stats)).isEqualTo(300); in collectStats_powerReportingSupported()