Searched refs:mCurCombinedState (Results 1 – 1 of 1) sorted by relevance
143 private int mCurCombinedState = STATE_NOTHING; field in ProcessState202 mCurCombinedState = commonProcess.mCurCombinedState; in ProcessState()204 if (mCurCombinedState != STATE_NOTHING) { in ProcessState()411 || mCurCombinedState != STATE_NOTHING; in isInUse()420 && mCurCombinedState == STATE_NOTHING in hasAnyData()459 if (!mDead && (mCurCombinedState != state)) { in setCombinedState()466 } else if (mCurCombinedState == STATE_NOTHING) { in setCombinedState()475 mCurCombinedState = state; in setCombinedState()480 return mCurCombinedState; in getCombinedState()484 if (mCurCombinedState != STATE_NOTHING) { in commitStateTime()[all …]