Searched refs:aggregateCurrentProcessState (Results 1 – 2 of 2) sorted by relevance
1552 final int aggregatedType = DumpUtils.aggregateCurrentProcessState(type); in dumpAggregatedProtoForStatsd()1573 final int aggregatedType = DumpUtils.aggregateCurrentProcessState(mCurCombinedState); in dumpAggregatedProtoForStatsd()1590 final int aggregatedType = DumpUtils.aggregateCurrentProcessState(type); in dumpAggregatedProtoForStatsd()
548 public static int aggregateCurrentProcessState(int curState) { in aggregateCurrentProcessState() method in DumpUtils