Searched defs:combinedState (Results 1 – 3 of 3) sorted by relevance
91 final int combinedState = mProcesses.valueAt(i).getCombinedState(); in calcCombinedState() local239 final int combinedState = SparseMappingTable.getIdFromKey(key); in getAggregatedDurationsInStates() local
434 int combinedState = STATE_FROZEN + (currentMemFactor * STATE_COUNT); in onProcessFrozen() local444 int combinedState = mStateBeforeFrozen + (currentMemFactor * STATE_COUNT); in onProcessUnfrozen() local
61 val combinedState: StateFlow<Boolean> // true when otherState == true and current.b == true constant117 override val combinedState: StateFlow<Boolean> constant in com.android.test.tracing.coroutines.ExampleRepositoryImpl