Searched refs:mBoundCount (Results 1 – 2 of 2) sorted by relevance
74 private int mBoundCount; field in ServiceState207 mBoundCount += other.mBoundCount; in add()215 mBoundCount = mBoundState != STATE_NOTHING ? 1 : 0; in resetSafely()224 out.writeInt(mBoundCount); in writeToParcel()234 mBoundCount = in.readInt(); in readFromParcel()325 mBoundCount++; in setBound()370 mBoundCount, ServiceState.SERVICE_BOUND, mBoundState, in dumpStats()451 ServiceState.SERVICE_BOUND, mBoundCount, mBoundState, mBoundStartTime, now); in dumpTimesCheckin()
109 private int mBoundCount; field in GridActivity248 mBoundCount = 0; in resetBoundCount()252 return mBoundCount; in getBoundCount()447 mBoundCount++;