Searched refs:newAttributions (Results 1 – 1 of 1) sorted by relevance
189 final EnergyConsumerAttribution[] newAttributions = ecr.attribution; in updateAndGetDelta() local208 updateAndGetDeltaForTypeOther(consumer, newAttributions, avgVoltageMV); in updateAndGetDelta()297 @Nullable EnergyConsumerAttribution[] newAttributions, int avgVoltageMV) { in updateAndGetDeltaForTypeOther() argument302 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()