Home
last modified time | relevance | path

Searched defs:stateValues (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/stats/
DPowerStatsProcessor.java110 MultiStateStats.States[] deviceStatesTrackedPerUid, int[] stateValues, int state) { in combineDeviceStateEstimationsRecursively()
223 public DeviceStateEstimation getDeviceStateEstimate( in getDeviceStateEstimate()
237 @AggregatedPowerStatsConfig.TrackedState int[] stateValues) { in getCombinedDeviceStateEstimate()
279 public final int[] stateValues; field in PowerStatsProcessor.DeviceStateEstimation
283 @AggregatedPowerStatsConfig.TrackedState int[] stateValues) { in DeviceStateEstimation()
295 @AggregatedPowerStatsConfig.TrackedState int[] stateValues) { in CombinedDeviceStateEstimate()
314 public final int[] stateValues; field in PowerStatsProcessor.UidStateProportionalEstimate
317 protected UidStateProportionalEstimate( in UidStateProportionalEstimate()
325 @AggregatedPowerStatsConfig.TrackedState int[] stateValues) { in concatLabels()
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DPowerStatsProcessorTest.java119 int[] stateValues) { in trackedStatesToString()