Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/procstats/
DServiceState.java74 private int mBoundCount; field in ServiceState
207 mBoundCount += other.mBoundCount; in add()
215 mBoundCount = mBoundState != STATE_NOTHING ? 1 : 0; in resetSafely()
224 out.writeInt(mBoundCount); in writeToParcel()
234 mBoundCount = in.readInt(); in readFromParcel()
325 mBoundCount++; in setBound()
370 mBoundCount, ServiceState.SERVICE_BOUND, mBoundState, in dumpStats()
451 ServiceState.SERVICE_BOUND, mBoundCount, mBoundState, mBoundStartTime, now); in dumpTimesCheckin()
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
DGridActivity.java109 private int mBoundCount; field in GridActivity
248 mBoundCount = 0; in resetBoundCount()
252 return mBoundCount; in getBoundCount()
447 mBoundCount++;