Searched refs:mBoundState (Results 1 – 1 of 1) sorted by relevance
63 private int mBoundState = STATE_NOTHING; field in ServiceState110 if (mBoundState != ProcessStats.STATE_NOTHING) { in setMemFactor()131 if (mStarted || mBoundState != STATE_NOTHING || mExecState != STATE_NOTHING in applyNewOwner()140 if (mBoundState != STATE_NOTHING) { in applyNewOwner()166 if (mStarted || mBoundState != STATE_NOTHING || mExecState != STATE_NOTHING in clearCurrentOwner()177 if (mBoundState != STATE_NOTHING) { in clearCurrentOwner()227 mBoundCount = mBoundState != STATE_NOTHING ? 1 : 0; in resetSafely()266 if (mBoundState != STATE_NOTHING) { in commitStateTime()267 mDurations.addDuration(SERVICE_BOUND + (mBoundState*SERVICE_COUNT), in commitStateTime()284 final int state = (mStartedState != STATE_NOTHING || mBoundState != STATE_NOTHING in updateRunning()[all …]