Searched refs:SERVICE_BOUND (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | ServiceState.java | 39 public static final int SERVICE_BOUND = 2; field in ServiceState 267 mDurations.addDuration(SERVICE_BOUND + (mBoundState*SERVICE_COUNT), in commitStateTime() 344 mDurations.addDuration(SERVICE_BOUND + (mBoundState*SERVICE_COUNT), in setBound() 413 mBoundCount, ServiceState.SERVICE_BOUND, mBoundState, in dumpStats() 512 ServiceState.SERVICE_BOUND, mBoundCount, mBoundState, mBoundStartTime, now); 576 ServiceState.SERVICE_BOUND, mBoundCount, mBoundState, mBoundStartTime, now);
|