Searched refs:mTotalInputSize (Results 1 – 1 of 1) sorted by relevance
106 private int mTotalInputSize; field in BinderCallHeavyHitterWatcher264 if (batchSize == mTotalInputSize && Math.abs(threshold - mThreshold) < EPSILON) { in setConfig()301 mTotalInputSize = batchSize; in resetInternalLocked()364 } else if (mCurrentInputSize > mInputSize && mCurrentInputSize < mTotalInputSize) { in onTransaction()379 } else if (mCurrentInputSize == mTotalInputSize) { in onTransaction()398 mListener.onHeavyHit(hitters, mTotalInputSize, mThreshold, in onTransaction()