Searched refs:mExecState (Results 1 – 1 of 1) sorted by relevance
79 private int mExecState = STATE_NOTHING; field in ServiceState121 if (mExecState != ProcessStats.STATE_NOTHING) { in setMemFactor()136 if (mStarted || mBoundState != STATE_NOTHING || mExecState != STATE_NOTHING) { in applyNewOwner()150 if (mExecState != STATE_NOTHING) { in applyNewOwner()164 if (mStarted || mBoundState != STATE_NOTHING || mExecState != STATE_NOTHING) { in clearCurrentOwner()182 if (mExecState != STATE_NOTHING) { in clearCurrentOwner()216 mExecCount = mExecState != STATE_NOTHING ? 1 : 0; in resetSafely()255 if (mExecState != STATE_NOTHING) { in commitStateTime()256 mDurations.addDuration(SERVICE_EXEC + (mExecState*SERVICE_COUNT), in commitStateTime()264 || mExecState != STATE_NOTHING) ? memFactor : STATE_NOTHING; in updateRunning()[all …]