Searched refs:MICROSEC_IN_HR (Results 1 – 1 of 1) sorted by relevance
25 private static final long MICROSEC_IN_HR = (long) 60 * 60 * 1000 * 1000; field in CpuPowerCalculator48 + BatteryStatsHelper.makemAh(cpuSpeedStepPower / MICROSEC_IN_HR)); in calculateApp()65 + BatteryStatsHelper.makemAh(power / MICROSEC_IN_HR)); in calculateApp()73 app.cpuPowerMah = cpuPowerMaUs / MICROSEC_IN_HR; in calculateApp()