Searched refs:uidOldEnergyMap (Results 1 – 1 of 1) sorted by relevance
308 SparseLongArray uidOldEnergyMap = mAttributionSnapshots.get(consumerInfo.id, null); in updateAndGetDeltaForTypeOther() local311 if (uidOldEnergyMap == null) { in updateAndGetDeltaForTypeOther()312 uidOldEnergyMap = new SparseLongArray(newAttributions.length); in updateAndGetDeltaForTypeOther()313 mAttributionSnapshots.put(consumerInfo.id, uidOldEnergyMap); in updateAndGetDeltaForTypeOther()315 uidOldEnergyMap.put(newAttribution.uid, newAttribution.energyUWs); in updateAndGetDeltaForTypeOther()327 final long oldEnergyUJ = uidOldEnergyMap.get(uid, 0L); in updateAndGetDeltaForTypeOther()328 uidOldEnergyMap.put(uid, newEnergyUJ); in updateAndGetDeltaForTypeOther()