Searched refs:SERVICE_EXEC (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | ServiceState.java | 40 public static final int SERVICE_EXEC = 3; field in ServiceState 272 mDurations.addDuration(SERVICE_EXEC + (mExecState*SERVICE_COUNT), in commitStateTime() 362 mDurations.addDuration(SERVICE_EXEC + (mExecState*SERVICE_COUNT), in setExecuting() 416 mExecCount, ServiceState.SERVICE_EXEC, mExecState, in dumpStats() 514 ServiceState.SERVICE_EXEC, mExecCount, mExecState, mExecStartTime, now); 580 ServiceState.SERVICE_EXEC, mExecCount, mExecState, mExecStartTime, now);
|