Searched refs:mReadHistoryChars (Results 1 – 1 of 1) sorted by relevance
311 int mReadHistoryChars; field in BatteryStatsImpl9135 mReadHistoryChars = 0; in startIteratingHistoryLocked()9141 mReadHistoryChars += tag.string.length() + 1; in startIteratingHistoryLocked()9155 return (mReadHistoryStrings.length * 12) + (mReadHistoryChars * 2); in getHistoryStringPoolBytes()