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

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

Completed in 85 milliseconds