Home
last modified time | relevance | path

Searched refs:combinedState (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/procstats/
DUidState.java91 final int combinedState = mProcesses.valueAt(i).getCombinedState(); in calcCombinedState() local
92 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() local
240 states[combinedState % STATE_COUNT] += mDurations.getValue(key); in getAggregatedDurationsInStates()
DProcessState.java434 int combinedState = STATE_FROZEN + (currentMemFactor * STATE_COUNT); in onProcessFrozen() local
435 setCombinedState(combinedState, now, pkgList); in onProcessFrozen()
444 int combinedState = mStateBeforeFrozen + (currentMemFactor * STATE_COUNT); in onProcessUnfrozen() local
445 setCombinedState(combinedState, now, pkgList); in onProcessUnfrozen()