Searched refs:mBoundCount (Results 1 – 2 of 2) sorted by relevance
96 private int mBoundCount; field in GridActivity225 mBoundCount = 0; in resetBoundCount()229 return mBoundCount; in getBoundCount()355 mBoundCount++;
2242 svc.mBoundCount, ServiceState.SERVICE_BOUND, svc.mBoundState, in dumpLocked()2660 svc, ServiceState.SERVICE_BOUND, svc.mBoundCount, in dumpCheckinLocked()3457 int mBoundCount; field in ProcessStats.ServiceState3553 mBoundCount += other.mBoundCount; in add()3561 mBoundCount = mBoundState != STATE_NOTHING ? 1 : 0; in resetSafely()3570 out.writeInt(mBoundCount); in writeToParcel()3580 mBoundCount = in.readInt(); in readFromParcel()3668 mBoundCount++; in setBound()