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.java111 private int mCurrentInputSize; field in BinderCallHeavyHitterWatcher
301 mCurrentInputSize = 0; in resetInternalLocked()
357 mCurrentInputSize++; in onTransaction()
358 if (mCurrentInputSize == mInputSize) { in onTransaction()
363 } else if (mCurrentInputSize > mInputSize && mCurrentInputSize < mTotalInputSize) { in onTransaction()
378 } else if (mCurrentInputSize == mTotalInputSize) { in onTransaction()
409 mCurrentInputSize = 0; in onTransaction()