Searched refs:combinedState (Results 1 – 2 of 2) sorted by relevance
91 final int combinedState = mProcesses.valueAt(i).getCombinedState(); in calcCombinedState() local92 final int state = combinedState % STATE_COUNT; in calcCombinedState()93 if (combinedState != STATE_NOTHING) { in calcCombinedState()95 minCombined = combinedState; in calcCombinedState()239 final int combinedState = SparseMappingTable.getIdFromKey(key); in getAggregatedDurationsInStates() local240 states[combinedState % STATE_COUNT] += mDurations.getValue(key); in getAggregatedDurationsInStates()
434 int combinedState = STATE_FROZEN + (currentMemFactor * STATE_COUNT); in onProcessFrozen() local435 setCombinedState(combinedState, now, pkgList); in onProcessFrozen()444 int combinedState = mStateBeforeFrozen + (currentMemFactor * STATE_COUNT); in onProcessUnfrozen() local445 setCombinedState(combinedState, now, pkgList); in onProcessUnfrozen()