Searched refs:mStatsType (Results 1 – 2 of 2) sorted by relevance
100 private int mStatsType = BatteryStats.STATS_SINCE_CHARGED; field in BatteryStatsHelper362 mStatsType = statsType; in refreshStats()369 mStatsPeriod = mStats.computeBatteryRealtime(rawRealtimeUs, mStatsType); in refreshStats()377 + (mStats.computeBatteryUptime(rawRealtimeUs, mStatsType) / 1000)); in refreshStats()464 calculator.calculate(sippers, mStats, mRawRealtimeUs, mRawUptimeUs, mStatsType, in processAppUsage()506 return mStatsType; in getStatsType()
76696 Lcom/android/internal/os/BatteryStatsHelper;->mStatsType:I