Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBinderCallHeavyHitterWatcher.java112 private int mCurrentInputSize; field in BinderCallHeavyHitterWatcher
302 mCurrentInputSize = 0; in resetInternalLocked()
358 mCurrentInputSize++; in onTransaction()
359 if (mCurrentInputSize == mInputSize) { in onTransaction()
364 } else if (mCurrentInputSize > mInputSize && mCurrentInputSize < mTotalInputSize) { in onTransaction()
379 } else if (mCurrentInputSize == mTotalInputSize) { in onTransaction()
410 mCurrentInputSize = 0; in onTransaction()