Searched refs:meanRssByState (Results 1 – 1 of 1) sorted by relevance
1489 SparseLongArray meanRssByState = new SparseLongArray(); in dumpAggregatedProtoForStatsd() local1505 if (meanRssByState.indexOfKey(aggregatedType) >= 0) { in dumpAggregatedProtoForStatsd()1506 meanRssByState.put(aggregatedType, in dumpAggregatedProtoForStatsd()1507 meanTimesDuration + meanRssByState.get(aggregatedType)); in dumpAggregatedProtoForStatsd()1509 meanRssByState.put(aggregatedType, meanTimesDuration); in dumpAggregatedProtoForStatsd()1524 if (meanRssByState.indexOfKey(aggregatedKey) < 0) { in dumpAggregatedProtoForStatsd()1529 meanRssByState.put(aggregatedKey, in dumpAggregatedProtoForStatsd()1530 duration > 0 ? (meanRssByState.get(aggregatedKey) / duration) in dumpAggregatedProtoForStatsd()1531 : meanRssByState.get(aggregatedKey)); in dumpAggregatedProtoForStatsd()1555 (int) meanRssByState.get(aggregatedKey), in dumpAggregatedProtoForStatsd()