Home
last modified time | relevance | path

Searched refs:addStateSection (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/stats/
DPowerStatsLayout.java114 protected int addStateSection(int length, String label, int flags) { in addStateSection() method in PowerStatsLayout
121 protected int addStateSection(int length, String label) { in addStateSection() method in PowerStatsLayout
122 return addStateSection(length, label, 0); in addStateSection()
DMobileRadioPowerStatsLayout.java74 mStateRxTimePosition = addStateSection(1, "rx"); in addStateStats()
76 mStateTxTimesPosition = addStateSection(mStateTxTimesCount, "tx"); in addStateStats()