Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DProcessStats.java2245 svc.mExecCount, ServiceState.SERVICE_EXEC, svc.mExecState, in dumpLocked()
2664 svc.mExecState, svc.mExecStartTime, now); in dumpCheckinLocked()
3462 public int mExecState = STATE_NOTHING; field in ProcessStats.ServiceState
3482 if (mStarted || mBoundState != STATE_NOTHING || mExecState != STATE_NOTHING) { in applyNewOwner()
3496 if (mExecState != STATE_NOTHING) { in applyNewOwner()
3510 if (mStarted || mBoundState != STATE_NOTHING || mExecState != STATE_NOTHING) { in clearCurrentOwner()
3528 if (mExecState != STATE_NOTHING) { in clearCurrentOwner()
3562 mExecCount = mExecState != STATE_NOTHING ? 1 : 0; in resetSafely()
3599 if (mExecState != STATE_NOTHING) { in commitStateTime()
3600 addDuration(SERVICE_EXEC + (mExecState*SERVICE_COUNT), now - mExecStartTime); in commitStateTime()
[all …]
/frameworks/base/services/core/java/com/android/server/am/
DProcessStatsService.java158 if (service.mExecState != ProcessStats.STATE_NOTHING) { in setMemFactorLocked()