Searched refs:aggregatedType (Results 1 – 1 of 1) sorted by relevance
1563 int index = durationByState.indexOfKey(aggregatedType); in dumpAggregatedProtoForStatsd()1567 durationByState.put(aggregatedType, time); in dumpAggregatedProtoForStatsd()1574 int index = durationByState.indexOfKey(aggregatedType); in dumpAggregatedProtoForStatsd()1576 durationByState.put(aggregatedType, in dumpAggregatedProtoForStatsd()1579 durationByState.put(aggregatedType, now - mStartTime); in dumpAggregatedProtoForStatsd()1591 if (durationByState.indexOfKey(aggregatedType) < 0) { in dumpAggregatedProtoForStatsd()1600 if (meanRssByState.indexOfKey(aggregatedType) >= 0) { in dumpAggregatedProtoForStatsd()1601 meanRssByState.put(aggregatedType, in dumpAggregatedProtoForStatsd()1608 if (maxRssByState.indexOfKey(aggregatedType) >= 0 in dumpAggregatedProtoForStatsd()1610 maxRssByState.put(aggregatedType, rssMeanAndMax[1]); in dumpAggregatedProtoForStatsd()[all …]