Home
last modified time | relevance | path

Searched defs:combinedState (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/procstats/
DUidState.java91 final int combinedState = mProcesses.valueAt(i).getCombinedState(); in calcCombinedState() local
239 final int combinedState = SparseMappingTable.getIdFromKey(key); in getAggregatedDurationsInStates() local
DProcessState.java434 int combinedState = STATE_FROZEN + (currentMemFactor * STATE_COUNT); in onProcessFrozen() local
444 int combinedState = mStateBeforeFrozen + (currentMemFactor * STATE_COUNT); in onProcessUnfrozen() local
/frameworks/libs/systemui/tracinglib/robolectric/src/
DCallbackFlowTracingTest.kt61 val combinedState: StateFlow<Boolean> // true when otherState == true and current.b == true constant
117 override val combinedState: StateFlow<Boolean> constant in com.android.test.tracing.coroutines.ExampleRepositoryImpl