Searched refs:mReadHistoryChars (Results 1 – 1 of 1) sorted by relevance
662 int mReadHistoryChars; field in BatteryStatsImpl10669 mReadHistoryChars = 0; in startIteratingHistoryLocked()10675 mReadHistoryChars += tag.string.length() + 1; in startIteratingHistoryLocked()10689 return (mReadHistoryStrings.length * 12) + (mReadHistoryChars * 2); in getHistoryStringPoolBytes()