Searched refs:calculateLastFullChargeTime (Results 1 – 8 of 8) sorted by relevance
70 final long lastFullChargeTimeMs = mBatteryUtils.calculateLastFullChargeTime( in detect()
69 final long lastFullChargeTimeMs = mBatteryUtils.calculateLastFullChargeTime( in detect()
322 final long lastFullChargeTime = mBatteryUtils.calculateLastFullChargeTime(mStatsHelper, in updateLastFullChargePreference()
357 public long calculateLastFullChargeTime(BatteryStatsHelper batteryStatsHelper, in calculateLastFullChargeTime() method in BatteryUtils
348 final long lastFullChargeTime = mBatteryUtils.calculateLastFullChargeTime(mStatsHelper, in updateLastFullChargePreference()
384 public long calculateLastFullChargeTime(BatteryStatsHelper batteryStatsHelper, in calculateLastFullChargeTime() method in BatteryUtils
206 mFragment.mBatteryUtils).calculateLastFullChargeTime(any(), anyLong()); in updateLastFullChargePreference_noAverageTime_showLastFullChargeSummary()
451 assertThat(mBatteryUtils.calculateLastFullChargeTime( in testCalculateLastFullChargeTime()