Searched defs:SERVICE_COUNT (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
H A DProcessStats.java571 int memFactor = type / ServiceState.SERVICE_COUNT;
572 type %= ServiceState.SERVICE_COUNT;
3445 static final int SERVICE_COUNT = 4; field in class:ProcessStats.ServiceState
3587 addDuration(SERVICE_RUN + (mRunState*SERVICE_COUNT), now - mRunStartTime);
3591 addDuration(SERVICE_STARTED + (mStartedState*SERVICE_COUNT),
3596 addDuration(SERVICE_BOUND + (mBoundState*SERVICE_COUNT), now - mBoundStartTime);
3600 addDuration(SERVICE_EXEC + (mExecState*SERVICE_COUNT), now - mExecStartTime);
3610 addDuration(SERVICE_RUN + (mRunState*SERVICE_COUNT),
3639 addDuration(SERVICE_STARTED + (mStartedState*SERVICE_COUNT),
3665 addDuration(SERVICE_BOUND + (mBoundState*SERVICE_COUNT),
[all...]

Completed in 190 milliseconds