Searched refs:meanRssByState (Results 1 – 1 of 1) sorted by relevance
1584 SparseLongArray meanRssByState = new SparseLongArray(); in dumpAggregatedProtoForStatsd() local1600 if (meanRssByState.indexOfKey(aggregatedType) >= 0) { in dumpAggregatedProtoForStatsd()1601 meanRssByState.put(aggregatedType, in dumpAggregatedProtoForStatsd()1602 meanTimesDuration + meanRssByState.get(aggregatedType)); in dumpAggregatedProtoForStatsd()1604 meanRssByState.put(aggregatedType, meanTimesDuration); in dumpAggregatedProtoForStatsd()1619 if (meanRssByState.indexOfKey(aggregatedKey) < 0) { in dumpAggregatedProtoForStatsd()1624 meanRssByState.put(aggregatedKey, in dumpAggregatedProtoForStatsd()1625 duration > 0 ? (meanRssByState.get(aggregatedKey) / duration) in dumpAggregatedProtoForStatsd()1626 : meanRssByState.get(aggregatedKey)); in dumpAggregatedProtoForStatsd()1650 (int) meanRssByState.get(aggregatedKey), in dumpAggregatedProtoForStatsd()