Searched refs:mBoundState (Results 1 – 1 of 1) sorted by relevance
75 private int mBoundState = STATE_NOTHING; field in ServiceState118 if (mBoundState != ProcessStats.STATE_NOTHING) { in setMemFactor()136 if (mStarted || mBoundState != STATE_NOTHING || mExecState != STATE_NOTHING) { in applyNewOwner()144 if (mBoundState != STATE_NOTHING) { in applyNewOwner()164 if (mStarted || mBoundState != STATE_NOTHING || mExecState != STATE_NOTHING) { in clearCurrentOwner()174 if (mBoundState != STATE_NOTHING) { in clearCurrentOwner()215 mBoundCount = mBoundState != STATE_NOTHING ? 1 : 0; in resetSafely()250 if (mBoundState != STATE_NOTHING) { in commitStateTime()251 mDurations.addDuration(SERVICE_BOUND + (mBoundState*SERVICE_COUNT), in commitStateTime()263 final int state = (mStartedState != STATE_NOTHING || mBoundState != STATE_NOTHING in updateRunning()[all …]