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

/frameworks/base/core/java/com/android/internal/app/procstats/
H A DServiceState.java79 private int mExecState = STATE_NOTHING; field in class:ServiceState
121 if (mExecState != ProcessStats.STATE_NOTHING) {
136 if (mStarted || mBoundState != STATE_NOTHING || mExecState != STATE_NOTHING) {
150 if (mExecState != STATE_NOTHING) {
164 if (mStarted || mBoundState != STATE_NOTHING || mExecState != STATE_NOTHING) {
182 if (mExecState != STATE_NOTHING) {
216 mExecCount = mExecState != STATE_NOTHING ? 1 : 0;
255 if (mExecState != STATE_NOTHING) {
256 mDurations.addDuration(SERVICE_EXEC + (mExecState*SERVICE_COUNT),
264 || mExecState !
[all...]

Completed in 36 milliseconds