Searched refs:mTotalInputSize (Results 1 – 1 of 1) sorted by relevance
105 private int mTotalInputSize; field in BinderCallHeavyHitterWatcher263 if (batchSize == mTotalInputSize && Math.abs(threshold - mThreshold) < EPSILON) { in setConfig()300 mTotalInputSize = batchSize; in resetInternalLocked()363 } else if (mCurrentInputSize > mInputSize && mCurrentInputSize < mTotalInputSize) { in onTransaction()378 } else if (mCurrentInputSize == mTotalInputSize) { in onTransaction()397 mListener.onHeavyHit(hitters, mTotalInputSize, mThreshold, in onTransaction()