Searched defs:mNumHistoryTagChars (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java313 int mNumHistoryTagChars = 0; field in class:BatteryStatsImpl
2637 mNumHistoryTagChars += key.string.length() + 1;
3454 mNumHistoryTagChars = 0;
11192 mNumHistoryTagChars = 0;
11210 mNumHistoryTagChars += tag.string.length() + 1;

Completed in 169 milliseconds