Searched refs:aggregatedType (Results 1 – 1 of 1) sorted by relevance
1552 final int aggregatedType = DumpUtils.aggregateCurrentProcessState(type); in dumpAggregatedProtoForStatsd() local1563 int index = durationByState.indexOfKey(aggregatedType); in dumpAggregatedProtoForStatsd()1565 durationByState.put(aggregatedType, time + durationByState.valueAt(index)); in dumpAggregatedProtoForStatsd()1567 durationByState.put(aggregatedType, time); in dumpAggregatedProtoForStatsd()1573 final int aggregatedType = DumpUtils.aggregateCurrentProcessState(mCurCombinedState); in dumpAggregatedProtoForStatsd() local1574 int index = durationByState.indexOfKey(aggregatedType); in dumpAggregatedProtoForStatsd()1576 durationByState.put(aggregatedType, in dumpAggregatedProtoForStatsd()1579 durationByState.put(aggregatedType, now - mStartTime); in dumpAggregatedProtoForStatsd()1590 final int aggregatedType = DumpUtils.aggregateCurrentProcessState(type); in dumpAggregatedProtoForStatsd() local1591 if (durationByState.indexOfKey(aggregatedType) < 0) { in dumpAggregatedProtoForStatsd()[all …]