Searched refs:mReadHistoryChars (Results 1 – 1 of 1) sorted by relevance
214 int mReadHistoryChars; field in BatteryStatsImpl6563 mReadHistoryChars = 0; in startIteratingHistoryLocked()6569 mReadHistoryChars += tag.string.length() + 1; in startIteratingHistoryLocked()6583 return (mReadHistoryStrings.length * 12) + (mReadHistoryChars * 2); in getHistoryStringPoolBytes()