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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java353 int mNumHistoryTagChars = 0; field in class:BatteryStatsImpl
2739 mNumHistoryTagChars += key.string.length() + 1;
3562 mNumHistoryTagChars = 0;
11623 mNumHistoryTagChars = 0;
11641 mNumHistoryTagChars += tag.string.length() + 1;

Completed in 33 milliseconds