Home
last modified time | relevance | path

Searched refs:mTotalInputSize (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBinderCallHeavyHitterWatcher.java106 private int mTotalInputSize; field in BinderCallHeavyHitterWatcher
264 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()