Home
last modified time | relevance | path

Searched refs:mExecState (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/app/procstats/
H A DServiceState.java67 private int mExecState = STATE_NOTHING; field in ServiceState
113 if (mExecState != ProcessStats.STATE_NOTHING) { in setMemFactor()
146 if (mExecState != STATE_NOTHING) { in applyNewOwner()
185 if (mExecState != STATE_NOTHING) { in clearCurrentOwner()
228 mExecCount = mExecState != STATE_NOTHING ? 1 : 0; in resetSafely()
271 if (mExecState != STATE_NOTHING) { in commitStateTime()
272 mDurations.addDuration(SERVICE_EXEC + (mExecState*SERVICE_COUNT), in commitStateTime()
360 if (mExecState != state) { in setExecuting()
361 if (mExecState != STATE_NOTHING) { in setExecuting()
367 mExecState = state; in setExecuting()
[all …]