D | ServiceState.java | 33 public final class ServiceState { class 74 public ServiceState(ProcessStats processStats, String pkg, String name, in ServiceState() method in ServiceState 214 public void add(ServiceState other) { in add() 404 mRunCount, ServiceState.SERVICE_RUN, mRunState, in dumpStats() 407 mStartedCount, ServiceState.SERVICE_STARTED, mStartedState, in dumpStats() 410 mForegroundCount, ServiceState.SERVICE_FOREGROUND, mForegroundState, in dumpStats() 413 mBoundCount, ServiceState.SERVICE_BOUND, mBoundState, in dumpStats() 416 mExecCount, ServiceState.SERVICE_EXEC, mExecState, in dumpStats() 505 ServiceState.SERVICE_RUN, mRunCount, mRunState, mRunStartTime, now); 507 ServiceState.SERVICE_STARTED, mStartedCount, mStartedState, mStartedStartTime, now); [all …]
|