Searched refs:aggregateCurrentProcessState (Results 1 – 2 of 2) sorted by relevance
1660 final int aggregatedType = DumpUtils.aggregateCurrentProcessState(type); in dumpAggregatedProtoForStatsd()1681 final int aggregatedType = DumpUtils.aggregateCurrentProcessState(mCurCombinedState); in dumpAggregatedProtoForStatsd()1698 final int aggregatedType = DumpUtils.aggregateCurrentProcessState(type); in dumpAggregatedProtoForStatsd()
546 public static int aggregateCurrentProcessState(int curState) { in aggregateCurrentProcessState() method in DumpUtils