Searched refs:aggregatedType (Results 1 – 1 of 1) sorted by relevance
1463 final int aggregatedType = DumpUtils.aggregateCurrentProcessState(type); in dumpAggregatedProtoForStatsd() local1470 int index = durationByState.indexOfKey(aggregatedType); in dumpAggregatedProtoForStatsd()1472 durationByState.put(aggregatedType, time + durationByState.valueAt(index)); in dumpAggregatedProtoForStatsd()1474 durationByState.put(aggregatedType, time); in dumpAggregatedProtoForStatsd()1478 final int aggregatedType = DumpUtils.aggregateCurrentProcessState(mCurCombinedState); in dumpAggregatedProtoForStatsd() local1479 int index = durationByState.indexOfKey(aggregatedType); in dumpAggregatedProtoForStatsd()1481 durationByState.put(aggregatedType, in dumpAggregatedProtoForStatsd()1484 durationByState.put(aggregatedType, now - mStartTime); in dumpAggregatedProtoForStatsd()1495 final int aggregatedType = DumpUtils.aggregateCurrentProcessState(type); in dumpAggregatedProtoForStatsd() local1496 if (durationByState.indexOfKey(aggregatedType) < 0) { in dumpAggregatedProtoForStatsd()[all …]