Searched refs:mCurCombinedState (Results 1 – 1 of 1) sorted by relevance
139 private int mCurCombinedState = STATE_NOTHING; field in ProcessState193 mCurCombinedState = commonProcess.mCurCombinedState; in ProcessState()195 if (mCurCombinedState != STATE_NOTHING) { in ProcessState()354 || mCurCombinedState != STATE_NOTHING; in isInUse()363 && mCurCombinedState == STATE_NOTHING in hasAnyData()402 if (!mDead && (mCurCombinedState != state)) { in setCombinedState()409 } else if (mCurCombinedState == STATE_NOTHING) { in setCombinedState()418 mCurCombinedState = state; in setCombinedState()423 return mCurCombinedState; in getCombinedState()427 if (mCurCombinedState != STATE_NOTHING) { in commitStateTime()[all …]