Searched refs:mReadHistoryChars (Results 1 – 1 of 1) sorted by relevance
257 int mReadHistoryChars; field in BatteryStatsImpl7288 mReadHistoryChars = 0; in startIteratingHistoryLocked()7294 mReadHistoryChars += tag.string.length() + 1; in startIteratingHistoryLocked()7308 return (mReadHistoryStrings.length * 12) + (mReadHistoryChars * 2); in getHistoryStringPoolBytes()