Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DEnergyConsumerSnapshot.java189 final EnergyConsumerAttribution[] newAttributions = ecr.attribution; in updateAndGetDelta() local
208 updateAndGetDeltaForTypeOther(consumer, newAttributions, avgVoltageMV); in updateAndGetDelta()
297 @Nullable EnergyConsumerAttribution[] newAttributions, int avgVoltageMV) { in updateAndGetDeltaForTypeOther() argument
302 if (newAttributions == null) { in updateAndGetDeltaForTypeOther()
304 newAttributions = new EnergyConsumerAttribution[0]; in updateAndGetDeltaForTypeOther()
312 uidOldEnergyMap = new SparseLongArray(newAttributions.length); in updateAndGetDeltaForTypeOther()
314 for (EnergyConsumerAttribution newAttribution : newAttributions) { in updateAndGetDeltaForTypeOther()
323 for (EnergyConsumerAttribution newAttribution : newAttributions) { in updateAndGetDeltaForTypeOther()