Searched refs:mBoundCount (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | ServiceState.java | 62 private int mBoundCount; field in ServiceState 218 mBoundCount += other.mBoundCount; in add() 227 mBoundCount = mBoundState != STATE_NOTHING ? 1 : 0; in resetSafely() 238 out.writeInt(mBoundCount); in writeToParcel() 249 mBoundCount = in.readInt(); in readFromParcel() 347 mBoundCount++; 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);
|